/
Salesforce Streaming API UDRs
Salesforce Streaming API UDRs
The Salesforce Streaming API agent has two UDR types:
- SalesForceSubscribeUDR
- SalesForceResponseUDR
SalesForceSubscribeUDR
This UDR is used to subscribe 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 you want to subscribe to. |
SalesForceResponseUDR
This UDR is used to send the contents 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 the response is coming from. |
, multiple selections available,
Related content
Salesforce Streaming API Agent Configuration
Salesforce Streaming API Agent Configuration
Read with this
Salesforce Streaming API UDRs
Salesforce Streaming API UDRs
More like this
Salesforce Streaming API UDRs
Salesforce Streaming API UDRs
More like this
Salesforce Streaming API UDRs
Salesforce Streaming API UDRs
More like this
Salesforce Streaming API UDRs(4.2)
Salesforce Streaming API UDRs(4.2)
More like this
Salesforce Streaming API UDRs(3.3)
Salesforce Streaming API UDRs(3.3)
More like this