Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 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.
  • No labels