-
Notifications
You must be signed in to change notification settings - Fork 83
Messaging
pozil edited this page May 7, 2020
·
1 revision
These extensions deal with messaging (Chatter...).
Table of content
Posts a rich text Chatter message like this:
<p>Content with a <a href="https://salesforce.com" target="_blank">link</a>.</p>
<p><b>Bold content</b>.</p>
<p><u>Underlined content</u>.</p>
<p><i>Italic content</i>.</p>
<ul>
<li>Unordered list item</li>
<li>Unordered list item</li>
</ul>
<ol>
<li>Ordered list item 1</li>
<li>Ordered list item 2</li>
</ol>
Type: Invocable Action
Inputs:
Name | Type | Description |
---|---|---|
body | String |
Rich text message |
targetNameOrId | String |
Reference to the user, Chatter group, or record whose feed you want to post to. |
communityId | Id |
Optional Community Id if posting to a Community |
Outputs:
Name | Type | Description |
---|---|---|
feedItemId | Id |
Feed item Id of the Chatter post |
ℹ️ These components are part of the Apex Formula Evaluator package.