Chilkat Online Tools

PowerBuilder / Salesforce Platform APIs / Feed Elements, Post and Search

Back to Collection Items

integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_Resp
oleobject loo_SbResponseBody
oleobject loo_JResp
integer li_RespStatusCode
string ls_Text
string ls_MotifColor
string ls_MotifLargeIconUrl
string ls_MotifMediumIconUrl
string ls_MotifSmallIconUrl
string ls_MotifSvgIconUrl
string ls_ReferenceId
string ls_ReferenceUrl
string ls_AdditionalLabel
string ls_CommunityNickname
string ls_CompanyName
string ls_DisplayName
string ls_FirstName
string ls_Id
integer li_IsActive
integer li_IsInThisCommunity
string ls_LastName
string ls_Color
string ls_LargeIconUrl
string ls_MediumIconUrl
string ls_SmallIconUrl
string ls_SvgIconUrl
string ls_MySubscription
string ls_Name
string ls_Message
string ls_FullEmailPhotoUrl
string ls_LargePhotoUrl
string ls_MediumPhotoUrl
string ls_PhotoVersionId
string ls_SmallPhotoUrl
string ls_StandardEmailPhotoUrl
string ls_V_Url
string ls_Reputation
string ls_Title
string ls_V_Type
string ls_ActorUrl
string ls_UserType
integer li_IsRichText
string ls_Text
integer li_IsBookmarkedByCurrentUser
integer li_IsLikedByCurrentUser
string ls_LikesMessage
string ls_MyLike
integer li_CurrentPageToken
string ls_CurrentPageUrl
string ls_NextPageToken
string ls_NextPageUrl
string ls_PreviousPageToken
string ls_PreviousPageUrl
integer li_Total
integer li_CanContextUserUpdateIsClosed
integer li_IsClosed
string ls_PageCurrentPageToken
string ls_PageCurrentPageUrl
string ls_PageNextPageToken
string ls_PageNextPageUrl
string ls_PagePreviousPageToken
string ls_PagePreviousPageUrl
integer li_PageTotal
integer li_IsEditRestricted
string ls_IsEditableByMeUrl
string ls_LastEditedBy
string ls_LastEditedDate
integer li_LatestRevision
string ls_RelativeLastEditedDate
integer li_Count
integer li_IsMutedByMe
integer li_IsReadByMe
string ls_LastReadDateByMe
string ls_FeedEntityStatus
integer li_IsApprovableByMe
integer li_CanAssignTopics
integer li_DownVoteCount
string ls_MyVote
integer li_UpVoteCount
string ls_ApplicationName
string ls_ApplicationUrl
string ls_CreatedDate
integer li_V_event
string ls_FeedElementType
integer li_HasVerifiedComment
string ls_HeaderIsRichText
string ls_HeaderText
string ls_Id
integer li_IsDeleteRestricted
integer li_IsSharable
string ls_ModifiedDate
string ls_OriginalFeedItem
string ls_OriginalFeedItemActor
string ls_Label
string ls_LabelPlural
string ls_ParentId
string ls_MotifColor
string ls_MotifLargeIconUrl
string ls_MotifMediumIconUrl
string ls_MotifSmallIconUrl
string ls_MotifSvgIconUrl
string ls_ParentMySubscription
string ls_ParentName
string ls_ParentType
string ls_ParentUrl
string ls_PhotoUrl
string ls_RelativeCreatedDate
string ls_V_type
string ls_Url
string ls_Visibility
integer i
integer li_Count_i

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

loo_Http = create oleobject
// Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
li_rc = loo_Http.ConnectToNewObject("Chilkat.Http")
if li_rc < 0 then
    destroy loo_Http
    MessageBox("Error","Connecting to COM object failed")
    return
end if

// Adds the "Authorization: Bearer <access_token>" header.
loo_Http.AuthToken = "<access_token>"

loo_Resp = loo_Http.QuickRequest("POST","Item")
if loo_Http.LastMethodSuccess = 0 then
    Write-Debug loo_Http.LastErrorText
    destroy loo_Http
    return
end if

loo_SbResponseBody = create oleobject
// Use "Chilkat_9_5_0.StringBuilder" for versions of Chilkat < 10.0.0
li_rc = loo_SbResponseBody.ConnectToNewObject("Chilkat.StringBuilder")

loo_Resp.GetBodySb(loo_SbResponseBody)

loo_JResp = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_JResp.ConnectToNewObject("Chilkat.JsonObject")

loo_JResp.LoadSb(loo_SbResponseBody)
loo_JResp.EmitCompact = 0

Write-Debug "Response Body:"
Write-Debug loo_JResp.Emit()

li_RespStatusCode = loo_Resp.StatusCode
Write-Debug "Response Status Code = " + string(li_RespStatusCode)
if li_RespStatusCode >= 400 then
    Write-Debug "Response Header:"
    Write-Debug loo_Resp.Header
    Write-Debug "Failed."
    destroy loo_Resp
    destroy loo_Http
    destroy loo_SbResponseBody
    destroy loo_JResp
    return
end if

destroy loo_Resp

// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)

// {
//   "actor": {
//     "additionalLabel": null,
//     "communityNickname": "User1696423780773910041",
//     "companyName": "Salesforce",
//     "displayName": "Name",
//     "firstName": "Firstname",
//     "id": "005...",
//     "isActive": true,
//     "isInThisCommunity": true,
//     "lastName": "Name",
//     "motif": {
//       "color": "1B96FF",
//       "largeIconUrl": "/img/icon/profile64.png",
//       "mediumIconUrl": "/img/icon/profile32.png",
//       "smallIconUrl": "/img/icon/profile16.png",
//       "svgIconUrl": null
//     },
//     "mySubscription": null,
//     "name": "Name",
//     "outOfOffice": {
//       "message": ""
//     },
//     "photo": {
//       "fullEmailPhotoUrl": "https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1",
//       "largePhotoUrl": "https://<my_domain>/profilephoto/729.../F",
//       "mediumPhotoUrl": "https://<my_domain>/profilephoto/729.../M",
//       "photoVersionId": "729...",
//       "smallPhotoUrl": "https://<my_domain>/profilephoto/729.../T",
//       "standardEmailPhotoUrl": "https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1",
//       "url": "/services/data/v58.0/connect/user-profiles/005.../photo"
//     },
//     "reputation": null,
//     "title": null,
//     "type": "User",
//     "url": "/services/data/v58.0/chatter/users/005...",
//     "userType": "Internal"
//   },
//   "body": {
//     "isRichText": false,
//     "messageSegments": [
//       {
//         "text": "New Feed Item",
//         "type": "Text"
//       }
//     ],
//     "text": "New Feed Item"
//   },
//   "capabilities": {
//     "associatedActions": {
//       "platformActionGroups": [
//       ]
//     },
//     "bookmarks": {
//       "isBookmarkedByCurrentUser": false
//     },
//     "chatterLikes": {
//       "isLikedByCurrentUser": false,
//       "likesMessage": null,
//       "myLike": null,
//       "page": {
//         "currentPageToken": 0,
//         "currentPageUrl": "/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/chatter-likes/items",
//         "items": [
//         ],
//         "nextPageToken": null,
//         "nextPageUrl": null,
//         "previousPageToken": null,
//         "previousPageUrl": null,
//         "total": 0
//       }
//     },
//     "close": {
//       "canContextUserUpdateIsClosed": true,
//       "isClosed": false
//     },
//     "comments": {
//       "page": {
//         "currentPageToken": null,
//         "currentPageUrl": "/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/comments/items",
//         "items": [
//         ],
//         "nextPageToken": null,
//         "nextPageUrl": null,
//         "previousPageToken": null,
//         "previousPageUrl": null,
//         "total": 0
//       }
//     },
//     "edit": {
//       "isEditRestricted": false,
//       "isEditableByMeUrl": "/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/edit/is-editable-by-me",
//       "lastEditedBy": null,
//       "lastEditedDate": null,
//       "latestRevision": 1,
//       "relativeLastEditedDate": null
//     },
//     "interactions": {
//       "count": 0
//     },
//     "mute": {
//       "isMutedByMe": false
//     },
//     "readBy": {
//       "isReadByMe": true,
//       "lastReadDateByMe": "2023-11-22T11:06:07.000Z",
//       "page": {
//         "currentPageToken": null,
//         "currentPageUrl": "/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/read-by/items?pageSize=3",
//         "items": [
//         ],
//         "nextPageToken": null,
//         "nextPageUrl": null,
//         "previousPageToken": null,
//         "previousPageUrl": null,
//         "total": 0
//       }
//     },
//     "status": {
//       "feedEntityStatus": "Published",
//       "isApprovableByMe": true
//     },
//     "topics": {
//       "canAssignTopics": true,
//       "items": [
//       ]
//     },
//     "upDownVote": {
//       "downVoteCount": 0,
//       "myVote": "None",
//       "upVoteCount": 0
//     }
//   },
//   "clientInfo": {
//     "applicationName": "Postman Playground",
//     "applicationUrl": null
//   },
//   "createdDate": "2023-11-22T11:06:07.000Z",
//   "event": false,
//   "feedElementType": "FeedItem",
//   "hasVerifiedComment": false,
//   "header": {
//     "isRichText": null,
//     "messageSegments": [
//       {
//         "motif": {
//           "color": "1B96FF",
//           "largeIconUrl": "/img/icon/profile64.png",
//           "mediumIconUrl": "/img/icon/profile32.png",
//           "smallIconUrl": "/img/icon/profile16.png",
//           "svgIconUrl": null
//         },
//         "reference": {
//           "id": "005...",
//           "url": "/services/data/v58.0/chatter/users/005..."
//         },
//         "text": "Name",
//         "type": "EntityLink"
//       }
//     ],
//     "text": "Name"
//   },
//   "id": "0D5...",
//   "isDeleteRestricted": false,
//   "isSharable": false,
//   "modifiedDate": "2023-11-22T11:06:07.000Z",
//   "originalFeedItem": null,
//   "originalFeedItemActor": null,
//   "parent": {
//     "entityLabel": {
//       "label": "Account",
//       "labelPlural": "Accounts"
//     },
//     "id": "001...",
//     "motif": {
//       "color": "5867E8",
//       "largeIconUrl": "/img/icon/accounts64.png",
//       "mediumIconUrl": "/img/icon/accounts32.png",
//       "smallIconUrl": "/img/icon/accounts16.png",
//       "svgIconUrl": null
//     },
//     "mySubscription": null,
//     "name": "Burlington Textiles Corp of America",
//     "type": "Account",
//     "url": "/services/data/v58.0/chatter/records/001..."
//   },
//   "photoUrl": "https://<my_domain>/profilephoto/729.../T",
//   "relativeCreatedDate": "Just now",
//   "type": "TextPost",
//   "url": "/services/data/v58.0/chatter/feed-elements/0D5...",
//   "visibility": "InternalUsers"
// }

// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

ls_AdditionalLabel = loo_JResp.StringOf("actor.additionalLabel")
ls_CommunityNickname = loo_JResp.StringOf("actor.communityNickname")
ls_CompanyName = loo_JResp.StringOf("actor.companyName")
ls_DisplayName = loo_JResp.StringOf("actor.displayName")
ls_FirstName = loo_JResp.StringOf("actor.firstName")
ls_Id = loo_JResp.StringOf("actor.id")
li_IsActive = loo_JResp.BoolOf("actor.isActive")
li_IsInThisCommunity = loo_JResp.BoolOf("actor.isInThisCommunity")
ls_LastName = loo_JResp.StringOf("actor.lastName")
ls_Color = loo_JResp.StringOf("actor.motif.color")
ls_LargeIconUrl = loo_JResp.StringOf("actor.motif.largeIconUrl")
ls_MediumIconUrl = loo_JResp.StringOf("actor.motif.mediumIconUrl")
ls_SmallIconUrl = loo_JResp.StringOf("actor.motif.smallIconUrl")
ls_SvgIconUrl = loo_JResp.StringOf("actor.motif.svgIconUrl")
ls_MySubscription = loo_JResp.StringOf("actor.mySubscription")
ls_Name = loo_JResp.StringOf("actor.name")
ls_Message = loo_JResp.StringOf("actor.outOfOffice.message")
ls_FullEmailPhotoUrl = loo_JResp.StringOf("actor.photo.fullEmailPhotoUrl")
ls_LargePhotoUrl = loo_JResp.StringOf("actor.photo.largePhotoUrl")
ls_MediumPhotoUrl = loo_JResp.StringOf("actor.photo.mediumPhotoUrl")
ls_PhotoVersionId = loo_JResp.StringOf("actor.photo.photoVersionId")
ls_SmallPhotoUrl = loo_JResp.StringOf("actor.photo.smallPhotoUrl")
ls_StandardEmailPhotoUrl = loo_JResp.StringOf("actor.photo.standardEmailPhotoUrl")
ls_V_Url = loo_JResp.StringOf("actor.photo.url")
ls_Reputation = loo_JResp.StringOf("actor.reputation")
ls_Title = loo_JResp.StringOf("actor.title")
ls_V_Type = loo_JResp.StringOf("actor.type")
ls_ActorUrl = loo_JResp.StringOf("actor.url")
ls_UserType = loo_JResp.StringOf("actor.userType")
li_IsRichText = loo_JResp.BoolOf("body.isRichText")
ls_Text = loo_JResp.StringOf("body.text")
li_IsBookmarkedByCurrentUser = loo_JResp.BoolOf("capabilities.bookmarks.isBookmarkedByCurrentUser")
li_IsLikedByCurrentUser = loo_JResp.BoolOf("capabilities.chatterLikes.isLikedByCurrentUser")
ls_LikesMessage = loo_JResp.StringOf("capabilities.chatterLikes.likesMessage")
ls_MyLike = loo_JResp.StringOf("capabilities.chatterLikes.myLike")
li_CurrentPageToken = loo_JResp.IntOf("capabilities.chatterLikes.page.currentPageToken")
ls_CurrentPageUrl = loo_JResp.StringOf("capabilities.chatterLikes.page.currentPageUrl")
ls_NextPageToken = loo_JResp.StringOf("capabilities.chatterLikes.page.nextPageToken")
ls_NextPageUrl = loo_JResp.StringOf("capabilities.chatterLikes.page.nextPageUrl")
ls_PreviousPageToken = loo_JResp.StringOf("capabilities.chatterLikes.page.previousPageToken")
ls_PreviousPageUrl = loo_JResp.StringOf("capabilities.chatterLikes.page.previousPageUrl")
li_Total = loo_JResp.IntOf("capabilities.chatterLikes.page.total")
li_CanContextUserUpdateIsClosed = loo_JResp.BoolOf("capabilities.close.canContextUserUpdateIsClosed")
li_IsClosed = loo_JResp.BoolOf("capabilities.close.isClosed")
ls_PageCurrentPageToken = loo_JResp.StringOf("capabilities.comments.page.currentPageToken")
ls_PageCurrentPageUrl = loo_JResp.StringOf("capabilities.comments.page.currentPageUrl")
ls_PageNextPageToken = loo_JResp.StringOf("capabilities.comments.page.nextPageToken")
ls_PageNextPageUrl = loo_JResp.StringOf("capabilities.comments.page.nextPageUrl")
ls_PagePreviousPageToken = loo_JResp.StringOf("capabilities.comments.page.previousPageToken")
ls_PagePreviousPageUrl = loo_JResp.StringOf("capabilities.comments.page.previousPageUrl")
li_PageTotal = loo_JResp.IntOf("capabilities.comments.page.total")
li_IsEditRestricted = loo_JResp.BoolOf("capabilities.edit.isEditRestricted")
ls_IsEditableByMeUrl = loo_JResp.StringOf("capabilities.edit.isEditableByMeUrl")
ls_LastEditedBy = loo_JResp.StringOf("capabilities.edit.lastEditedBy")
ls_LastEditedDate = loo_JResp.StringOf("capabilities.edit.lastEditedDate")
li_LatestRevision = loo_JResp.IntOf("capabilities.edit.latestRevision")
ls_RelativeLastEditedDate = loo_JResp.StringOf("capabilities.edit.relativeLastEditedDate")
li_Count = loo_JResp.IntOf("capabilities.interactions.count")
li_IsMutedByMe = loo_JResp.BoolOf("capabilities.mute.isMutedByMe")
li_IsReadByMe = loo_JResp.BoolOf("capabilities.readBy.isReadByMe")
ls_LastReadDateByMe = loo_JResp.StringOf("capabilities.readBy.lastReadDateByMe")
ls_PageCurrentPageToken = loo_JResp.StringOf("capabilities.readBy.page.currentPageToken")
ls_PageCurrentPageUrl = loo_JResp.StringOf("capabilities.readBy.page.currentPageUrl")
ls_PageNextPageToken = loo_JResp.StringOf("capabilities.readBy.page.nextPageToken")
ls_PageNextPageUrl = loo_JResp.StringOf("capabilities.readBy.page.nextPageUrl")
ls_PagePreviousPageToken = loo_JResp.StringOf("capabilities.readBy.page.previousPageToken")
ls_PagePreviousPageUrl = loo_JResp.StringOf("capabilities.readBy.page.previousPageUrl")
li_PageTotal = loo_JResp.IntOf("capabilities.readBy.page.total")
ls_FeedEntityStatus = loo_JResp.StringOf("capabilities.status.feedEntityStatus")
li_IsApprovableByMe = loo_JResp.BoolOf("capabilities.status.isApprovableByMe")
li_CanAssignTopics = loo_JResp.BoolOf("capabilities.topics.canAssignTopics")
li_DownVoteCount = loo_JResp.IntOf("capabilities.upDownVote.downVoteCount")
ls_MyVote = loo_JResp.StringOf("capabilities.upDownVote.myVote")
li_UpVoteCount = loo_JResp.IntOf("capabilities.upDownVote.upVoteCount")
ls_ApplicationName = loo_JResp.StringOf("clientInfo.applicationName")
ls_ApplicationUrl = loo_JResp.StringOf("clientInfo.applicationUrl")
ls_CreatedDate = loo_JResp.StringOf("createdDate")
li_V_event = loo_JResp.BoolOf("event")
ls_FeedElementType = loo_JResp.StringOf("feedElementType")
li_HasVerifiedComment = loo_JResp.BoolOf("hasVerifiedComment")
ls_HeaderIsRichText = loo_JResp.StringOf("header.isRichText")
ls_HeaderText = loo_JResp.StringOf("header.text")
ls_Id = loo_JResp.StringOf("id")
li_IsDeleteRestricted = loo_JResp.BoolOf("isDeleteRestricted")
li_IsSharable = loo_JResp.BoolOf("isSharable")
ls_ModifiedDate = loo_JResp.StringOf("modifiedDate")
ls_OriginalFeedItem = loo_JResp.StringOf("originalFeedItem")
ls_OriginalFeedItemActor = loo_JResp.StringOf("originalFeedItemActor")
ls_Label = loo_JResp.StringOf("parent.entityLabel.label")
ls_LabelPlural = loo_JResp.StringOf("parent.entityLabel.labelPlural")
ls_ParentId = loo_JResp.StringOf("parent.id")
ls_MotifColor = loo_JResp.StringOf("parent.motif.color")
ls_MotifLargeIconUrl = loo_JResp.StringOf("parent.motif.largeIconUrl")
ls_MotifMediumIconUrl = loo_JResp.StringOf("parent.motif.mediumIconUrl")
ls_MotifSmallIconUrl = loo_JResp.StringOf("parent.motif.smallIconUrl")
ls_MotifSvgIconUrl = loo_JResp.StringOf("parent.motif.svgIconUrl")
ls_ParentMySubscription = loo_JResp.StringOf("parent.mySubscription")
ls_ParentName = loo_JResp.StringOf("parent.name")
ls_ParentType = loo_JResp.StringOf("parent.type")
ls_ParentUrl = loo_JResp.StringOf("parent.url")
ls_PhotoUrl = loo_JResp.StringOf("photoUrl")
ls_RelativeCreatedDate = loo_JResp.StringOf("relativeCreatedDate")
ls_V_type = loo_JResp.StringOf("type")
ls_Url = loo_JResp.StringOf("url")
ls_Visibility = loo_JResp.StringOf("visibility")
i = 0
li_Count_i = loo_JResp.SizeOfArray("body.messageSegments")
do while i < li_Count_i
    loo_JResp.I = i
    ls_Text = loo_JResp.StringOf("body.messageSegments[i].text")
    ls_V_type = loo_JResp.StringOf("body.messageSegments[i].type")
    i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("capabilities.associatedActions.platformActionGroups")
do while i < li_Count_i
    loo_JResp.I = i
    i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("capabilities.chatterLikes.page.items")
do while i < li_Count_i
    loo_JResp.I = i
    i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("capabilities.comments.page.items")
do while i < li_Count_i
    loo_JResp.I = i
    i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("capabilities.readBy.page.items")
do while i < li_Count_i
    loo_JResp.I = i
    i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("capabilities.topics.items")
do while i < li_Count_i
    loo_JResp.I = i
    i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("header.messageSegments")
do while i < li_Count_i
    loo_JResp.I = i
    ls_MotifColor = loo_JResp.StringOf("header.messageSegments[i].motif.color")
    ls_MotifLargeIconUrl = loo_JResp.StringOf("header.messageSegments[i].motif.largeIconUrl")
    ls_MotifMediumIconUrl = loo_JResp.StringOf("header.messageSegments[i].motif.mediumIconUrl")
    ls_MotifSmallIconUrl = loo_JResp.StringOf("header.messageSegments[i].motif.smallIconUrl")
    ls_MotifSvgIconUrl = loo_JResp.StringOf("header.messageSegments[i].motif.svgIconUrl")
    ls_ReferenceId = loo_JResp.StringOf("header.messageSegments[i].reference.id")
    ls_ReferenceUrl = loo_JResp.StringOf("header.messageSegments[i].reference.url")
    ls_Text = loo_JResp.StringOf("header.messageSegments[i].text")
    ls_V_type = loo_JResp.StringOf("header.messageSegments[i].type")
    i = i + 1
loop


destroy loo_Http
destroy loo_SbResponseBody
destroy loo_JResp

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
https://domain.com/services/data/v{{version}}/chatter/feed-elements?feedElementType=FeedItem&subjectId=<USER_GROUP_RECORD_ID>&text=New Feed Item

Postman Collection Item JSON

{
  "name": "Feed Elements, Post and Search",
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    },
    {
      "listen": "test",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    }
  ],
  "protocolProfileBehavior": {
    "disabledSystemHeaders": {
      "content-type": true
    }
  },
  "request": {
    "method": "POST",
    "header": [
    ],
    "url": {
      "raw": "{{_endpoint}}/services/data/v{{version}}/chatter/feed-elements?feedElementType=FeedItem&subjectId=<USER_GROUP_RECORD_ID>&text=New Feed Item",
      "host": [
        "{{_endpoint}}"
      ],
      "path": [
        "services",
        "data",
        "v{{version}}",
        "chatter",
        "feed-elements"
      ],
      "query": [
        {
          "key": "feedElementType",
          "value": "FeedItem",
          "description": "Feed elements are the top-level objects that a feed contains. The feed element type describes the characteristics of that feed element. One of these values:\nBundle—A container of feed elements. A bundle also has a body made up of message segments that can always be gracefully degraded to text-only values.\nFeedItem—A feed item has a single parent and is scoped to one community or across all communities. A feed item can have capabilities such as bookmarks, canvas, content, comment, link, poll. Feed items have a body made up of message segments that can always be gracefully degraded to text-only values.\nRecommendation—A recommendation is a feed element with a recommendations capability. A recommendation suggests records to follow, groups to join, or applications that are helpful to the context user."
        },
        {
          "key": "subjectId",
          "value": "<USER_GROUP_RECORD_ID>"
        },
        {
          "key": "text",
          "value": "New Feed Item"
        }
      ]
    },
    "description": "Feed item and comment bodies have a 10,000 character limit. Because this limit can change, we recommend that clients make a describeSObjects() call on the FeedItem or FeedComment object. To determine the maximum number of allowed characters, look at the length of the Body or CommentBody field.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element.htm"
  },
  "response": [
    {
      "name": "Successful Feed Elements, Post and Search",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/chatter/feed-elements?feedElementType=FeedItem&subjectId=001...&text=New Feed Item",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "chatter",
            "feed-elements"
          ],
          "query": [
            {
              "key": "feedElementType",
              "value": "FeedItem",
              "description": "Feed elements are the top-level objects that a feed contains. The feed element type describes the characteristics of that feed element. One of these values:\nBundle—A container of feed elements. A bundle also has a body made up of message segments that can always be gracefully degraded to text-only values.\nFeedItem—A feed item has a single parent and is scoped to one community or across all communities. A feed item can have capabilities such as bookmarks, canvas, content, comment, link, poll. Feed items have a body made up of message segments that can always be gracefully degraded to text-only values.\nRecommendation—A recommendation is a feed element with a recommendations capability. A recommendation suggests records to follow, groups to join, or applications that are helpful to the context user."
            },
            {
              "key": "subjectId",
              "value": "001..."
            },
            {
              "key": "text",
              "value": "New Feed Item"
            }
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Date",
          "value": "Wed, 22 Nov 2023 11:06:07 GMT"
        },
        {
          "key": "Strict-Transport-Security",
          "value": "max-age=63072000; includeSubDomains"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "X-Robots-Tag",
          "value": "none"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache,must-revalidate,max-age=0,no-store,private"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=UTF-8"
        },
        {
          "key": "Vary",
          "value": "Accept-Encoding"
        },
        {
          "key": "Content-Encoding",
          "value": "gzip"
        },
        {
          "key": "Transfer-Encoding",
          "value": "chunked"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"actor\": {\n        \"additionalLabel\": null,\n        \"communityNickname\": \"User1696423780773910041\",\n        \"companyName\": \"Salesforce\",\n        \"displayName\": \"Name\",\n        \"firstName\": \"Firstname\",\n        \"id\": \"005...\",\n        \"isActive\": true,\n        \"isInThisCommunity\": true,\n        \"lastName\": \"Name\",\n        \"motif\": {\n            \"color\": \"1B96FF\",\n            \"largeIconUrl\": \"/img/icon/profile64.png\",\n            \"mediumIconUrl\": \"/img/icon/profile32.png\",\n            \"smallIconUrl\": \"/img/icon/profile16.png\",\n            \"svgIconUrl\": null\n        },\n        \"mySubscription\": null,\n        \"name\": \"Name\",\n        \"outOfOffice\": {\n            \"message\": \"\"\n        },\n        \"photo\": {\n            \"fullEmailPhotoUrl\": \"https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1\",\n            \"largePhotoUrl\": \"https://<my_domain>/profilephoto/729.../F\",\n            \"mediumPhotoUrl\": \"https://<my_domain>/profilephoto/729.../M\",\n            \"photoVersionId\": \"729...\",\n            \"smallPhotoUrl\": \"https://<my_domain>/profilephoto/729.../T\",\n            \"standardEmailPhotoUrl\": \"https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1\",\n            \"url\": \"/services/data/v58.0/connect/user-profiles/005.../photo\"\n        },\n        \"reputation\": null,\n        \"title\": null,\n        \"type\": \"User\",\n        \"url\": \"/services/data/v58.0/chatter/users/005...\",\n        \"userType\": \"Internal\"\n    },\n    \"body\": {\n        \"isRichText\": false,\n        \"messageSegments\": [\n            {\n                \"text\": \"New Feed Item\",\n                \"type\": \"Text\"\n            }\n        ],\n        \"text\": \"New Feed Item\"\n    },\n    \"capabilities\": {\n        \"associatedActions\": {\n            \"platformActionGroups\": []\n        },\n        \"bookmarks\": {\n            \"isBookmarkedByCurrentUser\": false\n        },\n        \"chatterLikes\": {\n            \"isLikedByCurrentUser\": false,\n            \"likesMessage\": null,\n            \"myLike\": null,\n            \"page\": {\n                \"currentPageToken\": 0,\n                \"currentPageUrl\": \"/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/chatter-likes/items\",\n                \"items\": [],\n                \"nextPageToken\": null,\n                \"nextPageUrl\": null,\n                \"previousPageToken\": null,\n                \"previousPageUrl\": null,\n                \"total\": 0\n            }\n        },\n        \"close\": {\n            \"canContextUserUpdateIsClosed\": true,\n            \"isClosed\": false\n        },\n        \"comments\": {\n            \"page\": {\n                \"currentPageToken\": null,\n                \"currentPageUrl\": \"/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/comments/items\",\n                \"items\": [],\n                \"nextPageToken\": null,\n                \"nextPageUrl\": null,\n                \"previousPageToken\": null,\n                \"previousPageUrl\": null,\n                \"total\": 0\n            }\n        },\n        \"edit\": {\n            \"isEditRestricted\": false,\n            \"isEditableByMeUrl\": \"/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/edit/is-editable-by-me\",\n            \"lastEditedBy\": null,\n            \"lastEditedDate\": null,\n            \"latestRevision\": 1,\n            \"relativeLastEditedDate\": null\n        },\n        \"interactions\": {\n            \"count\": 0\n        },\n        \"mute\": {\n            \"isMutedByMe\": false\n        },\n        \"readBy\": {\n            \"isReadByMe\": true,\n            \"lastReadDateByMe\": \"2023-11-22T11:06:07.000Z\",\n            \"page\": {\n                \"currentPageToken\": null,\n                \"currentPageUrl\": \"/services/data/v58.0/chatter/feed-elements/0D5.../capabilities/read-by/items?pageSize=3\",\n                \"items\": [],\n                \"nextPageToken\": null,\n                \"nextPageUrl\": null,\n                \"previousPageToken\": null,\n                \"previousPageUrl\": null,\n                \"total\": 0\n            }\n        },\n        \"status\": {\n            \"feedEntityStatus\": \"Published\",\n            \"isApprovableByMe\": true\n        },\n        \"topics\": {\n            \"canAssignTopics\": true,\n            \"items\": []\n        },\n        \"upDownVote\": {\n            \"downVoteCount\": 0,\n            \"myVote\": \"None\",\n            \"upVoteCount\": 0\n        }\n    },\n    \"clientInfo\": {\n        \"applicationName\": \"Postman Playground\",\n        \"applicationUrl\": null\n    },\n    \"createdDate\": \"2023-11-22T11:06:07.000Z\",\n    \"event\": false,\n    \"feedElementType\": \"FeedItem\",\n    \"hasVerifiedComment\": false,\n    \"header\": {\n        \"isRichText\": null,\n        \"messageSegments\": [\n            {\n                \"motif\": {\n                    \"color\": \"1B96FF\",\n                    \"largeIconUrl\": \"/img/icon/profile64.png\",\n                    \"mediumIconUrl\": \"/img/icon/profile32.png\",\n                    \"smallIconUrl\": \"/img/icon/profile16.png\",\n                    \"svgIconUrl\": null\n                },\n                \"reference\": {\n                    \"id\": \"005...\",\n                    \"url\": \"/services/data/v58.0/chatter/users/005...\"\n                },\n                \"text\": \"Name\",\n                \"type\": \"EntityLink\"\n            }\n        ],\n        \"text\": \"Name\"\n    },\n    \"id\": \"0D5...\",\n    \"isDeleteRestricted\": false,\n    \"isSharable\": false,\n    \"modifiedDate\": \"2023-11-22T11:06:07.000Z\",\n    \"originalFeedItem\": null,\n    \"originalFeedItemActor\": null,\n    \"parent\": {\n        \"entityLabel\": {\n            \"label\": \"Account\",\n            \"labelPlural\": \"Accounts\"\n        },\n        \"id\": \"001...\",\n        \"motif\": {\n            \"color\": \"5867E8\",\n            \"largeIconUrl\": \"/img/icon/accounts64.png\",\n            \"mediumIconUrl\": \"/img/icon/accounts32.png\",\n            \"smallIconUrl\": \"/img/icon/accounts16.png\",\n            \"svgIconUrl\": null\n        },\n        \"mySubscription\": null,\n        \"name\": \"Burlington Textiles Corp of America\",\n        \"type\": \"Account\",\n        \"url\": \"/services/data/v58.0/chatter/records/001...\"\n    },\n    \"photoUrl\": \"https://<my_domain>/profilephoto/729.../T\",\n    \"relativeCreatedDate\": \"Just now\",\n    \"type\": \"TextPost\",\n    \"url\": \"/services/data/v58.0/chatter/feed-elements/0D5...\",\n    \"visibility\": \"InternalUsers\"\n}"
    }
  ]
}