Newer Version Available

This content describes an older version of this product. View Latest

Orchestration Inbound Events (POST)

Orchestrate and process inbound events from external sources.
Resource
1/connect/orchestration/inbound-events
Resource example
1https://yourInstance.salesforce.com/services/data/v63.0/connect/orchestration/inbound-events
Available version
59.0
HTTP methods
POST
Request body for POST
JSON example with engine overheating and low battery fault
1{
2  "sourceSystemIdentifier": "102",
3  "type": "Transmission Issue",
4  "subtype": "Transmission Over Temperature",
5  "category": "FAULT",
6  "eventData": "{\"Event\":{\"vin\":\"EFGHTYUIF56789GH\",\"id\":\"0vLSE00000000G92AI\",\"businessSObjectType\":\"Vehicle\",\"faults\":[{\"code\":\"P0218\",\"type\":\"repair\",\"description\":\"Engine Overheating\"},{\"code\":\"P0219\",\"type\":\"repair\",\"description\":\"Low Battery Warning\"}],\"location\":{\"latitude\":34,\"longitude\":56},\"signals\":[{\"value\":\"34\",\"timeStamp\":\"2023-05-16T15:13:41.236Z\",\"dataType\":\"string\",\"unit\":\"cm\",\"name\":\"speed\"}]}}",
7  "additionalEventCriteria": {
8    "fieldList": [
9      {
10        "field": "priority__c",
11        "value": "high"
12      }
13    ]
14  }
15}
Properties
Name Type Description Required or Optional Available Version
additional​EventCriteria Additional Criteria Input Additional criteria for event processing. It captures additional attributes of telematics events in key-value pairs for tailored actions and workflows based on specific events. Optional 60.0
category String Category of the inbound event. Optional 60.0
eventData String Data associated with the event from telematics provider. Optional 60.0
sourceSystem​Identifier String ID to identify the source system. Optional 60.0
subtype String Subtype of the inbound event. Optional 60.0
type String Type of the inbound event. Optional 60.0
Response body for POST
Inbound Event