Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

"createdDate"2018-02-22
"replayId"28


topicName (string)This field contains the name of the topic the response is coming from.

...