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 |
|---|---|---|---|---|
| actionName | String | Action name of the inbound event. | Small, 60.0 | 60.0 |
| actionOutput | Map<String, Object> | Action output of the inbound event. | Small, 60.0 | 60.0 |