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

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