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.
Inbound Event
Output
representation of the events processing request during incoming
events.
- Sample Response
-
1{ 2 "sourceSystemIdentifier": "123", 3 "status": "SUCCESS", 4 "errors": [ 5 { 6 "code": "CREATE_OR_UPDATE_RECORD_FAILED", 7 "message": "Object: Vehicle, Error Message: duplicate value found: VehicleIdentificationNumber duplicates value on record with id: 0vLxx0000002d7eAI" 8 } 9 ], 10 "actionResponse": [ 11 { 12 "actionName": "action1", 13 "actionOutput": { 14 "key1": "value1", 15 "key2": "value2" 16 } 17 }, 18 { 19 "actionName": "action2", 20 "actionOutput": { 21 "key1": "value1", 22 "key2": "value2" 23 } 24 } 25 ] 26}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actionResponse | Action Response[] | Action response of the inbound events. | Small, 60.0 | 60.0 |
| errors | Error Response[] | Error details if the request failed to process. | Small, 59.0 | 59.0 |
| sourceSystemIdentifier | String | Event ID that correlates to the inbound event. | Small, 59.0 | 59.0 |
| status | String | Status of the inbound event API. | Small, 59.0 | 59.0 |