Salesforce Streaming API UDRs(3.0)
The Salesforce Streaming APIÂ agent has two UDR types;
- SalesForceSubscribeUDR
- SalesForceResponseUDR
SalesForceSubscribeUDR
This UDR is used for subscribing to updates about specific objects.
Field | Description |
---|---|
replayFrom (long) | This field contains the replayId you want to start from. See the Salesforce documentation for available replayFrom values. |
topic (string) | This field contains the topic or event you want to subscribe to. |
SalesForceResponseUDR
This UDR is used for sending the content from the received updates into the workflow.
Field | Description | ||||
---|---|---|---|---|---|
response (map<string,any>) | This field contains a mapping of the received response, e g:
| ||||
topicName (string) | This field contains the name of the topic or event the response is coming from. |