Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Action Response

Output representation of the action response of an inbound event.
Sample Response
1{
2  "actionResponse": [
3    {
4      "actionName": "CreateUpdateAction",
5      "actionOutput": {
6        "objectName": "Account",
7        "operationType": "Create",
8        "recordId": "001xx000003gb9Naac"
9      }
10    },
11    {
12      "actionName": "CreateUpdateAction",
13      "actionOutput": {
14        "objectName": "Account",
15        "operationType": "Update",
16        "recordId": "001xx000003gb9Naac"
17      }
18    }
19  ]
20}
Property Name Type Description Filter Group and Version Available Version
action​Name String Action name of the inbound event. Small, 60.0 60.0
action​Output Map<String, Object> Action output of the inbound event. Small, 60.0 60.0