Action Objects Post to Chatter Actions
Post to Chatter Actions
Post to the feed for a specific record, user, or Chatter group.
Use a Post to Chatter action to post a message at run time to a specified feed. Post to Chatter supports @mentions and topics, but only
text posts are supported.
This object is available in API version 32.0 and later.
Supported REST HTTP Methods
URI
Get a list of available post to Chatter actions:
/services/data/vXX.X/actions/standard/chatterPost
Formats
JSON, XML
HTTP Methods
GET, HEAD, POST
Authentication
Authorization: Bearer token
Inputs
Input Details
communityId Type
reference
Description
Optional. Specifies the ID of an Experience Cloud site to post to. Valid only if Digital Experiences
is enabled. Required if posting to a user or Chatter group that belongs to an Experience Cloud
site. This value is available in API version 35.0 and later.
subjectNameOrId Type
string
Description
Required. Reference to the user, Chatter group, or record whose feed you want to post to.
• To post to a user’s feed, enter the user’s ID or Username. For example:
[email protected]
• To post to a Chatter group, enter the group’s Name or ID. For example: Entire
Organization
• To post to a record, enter the record’s ID. For example: 001D000000JWBDx
text Type
string
34