function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amol DixitAmol Dixit 

Chatter Actions Questions.

Hi I am trying to use Chatter Actions links (PILOT). I need more clarity on following points.

1. Feed Element Capabilities ( Banner capability, Bundle Capability)
2. Error handling in case of Asynchronous API calls and Update Status of Action Link

 I am able to post the chatter actions in feeds, but how to add Feed elment capabilities in request JSON.

{
    "body": {
        "messageSegments": [
            {
                "type": "Text",
                "text": "Either Accept Or Reject. This is chatter post with Actions"
            }
        ]
    },
    "subjectId": "me",
    "feedElementType": "feedItem",
    "capabilities": {
        "associatedActions": {
            "actionLinkGroupIds": [
                "0Ago00000000006CAA"
            ]
        }
    }
}
How to add capabilities in request JSON?

Also I am able to post the Action links, how to handle the exception/response in action links(These links would be present in Chatter feed). Also i am not sure how to update the status of Action link?

Requesting you to please clarify/ answer above points.


Thanks in advance
Kamyar SeradjfarKamyar Seradjfar
Hi Amol,

Can you please let me know which pilot customer/partner you are building your app for? I am the product manager for this feature and have a different forum for discussing technical questions related to this pilot.

Thanks,

Kamyar