The Salesforce Streaming APIĀ agent API agent has two UDR types;:
- SalesForceSubscribeUDR
- SalesForceResponseUDR
SalesForceSubscribeUDR
This UDR is used for subscribing to subscribe to updates about specific objects.
...
SalesForceResponseUDR
This UDR is used for sending to send the content 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. |
...