/
9.68.3 Salesforce Streaming API UDRs

9.68.3 Salesforce Streaming API UDRs

eThe 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 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:

"createdDate"2018-02-22
"replayId"28
topicName (string)This field contains the name of the topic the response is coming from.

Related content

9.68 Salesforce Streaming API Agent
9.68 Salesforce Streaming API Agent
Read with this
9.66.3 Salesforce Streaming API UDRs
9.66.3 Salesforce Streaming API UDRs
More like this
Salesforce Streaming API UDRs
Salesforce Streaming API UDRs
More like this