Versions Compared

Key

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

...

  • SubscribeUDR
  • MessageUDR
  • ResponseUDR

SubscribeUDR

This UDR is used for subscribing to a specific topic.

Field
Description
topicURL (string)This field contains the URL for the topic you want to subscribe to.

MessageUDR

This UDR is used for sending messages to topics.

Field
Description
message (string)This field contains the content of the message.
topicURL (string)This field contains the URL for the topic that the message is supposed to be sent to.

ResponseUDR

This UDR is used for sending the content from the received messages into the workflow.

...