0% found this document useful (0 votes)
34 views1 page

API Action Part38

This document summarizes a Post to Chatter action that allows posting a message at runtime to a specified Chatter feed for a user, record, or group. The action supports @mentions and topics, but only text posts. It requires the subject's name or ID and optional text to post. The action is available via a GET request to the standard ChatterPost endpoint in API version 32.0 and later.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

API Action Part38

This document summarizes a Post to Chatter action that allows posting a message at runtime to a specified Chatter feed for a user, record, or group. The action supports @mentions and topics, but only text posts. It requires the subject's name or ID and optional text to post. The action is available via a GET request to the standard ChatterPost endpoint in API version 32.0 and later.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like