This feed item contains one action link group with one visible action link,
Join.
ConnectApi.ActionLinks Method | Task |
---|---|
ActionLinks.createActionLinkGroupDefinition(communityId, actionLinkGroup) ActionLinks.deleteActionLinkGroupDefinition(communityId, actionLinkGroupId) ActionLinks.getActionLinkGroupDefinition(communityId, actionLinkGroupId) |
Create an action link group definition. To associate an action link group with a feed element, first create an action link group definition. Then post a feed element with an associated actions capability. |
ChatterFeeds.postFeedElement(communityId, feedElement, feedElementFileUpload) | Post a feed element with an associated actions capability. Associate up to 10 action link groups with a feed element. |
ActionLinks.getActionLink(communityId, actionLinkId) | Get information about an action link, including state for the context user. |
ActionLinks.getActionLinkGroup(communityId, actionLinkGroupId) | Get information about an action link group including state for the context user. |
ActionLinks.getActionLinkDiagnosticInfo(communityId, actionLinkId) | Get diagnostic information returned when an action link executes. Diagnostic information is given only for users who can access the action link. |
Get Feed Elements From a Feed | Get the feed elements from a specified feed type. If a feed element has action links associated with it, the action links data is returned in the feed element’s associated actions capability. |