Skip to main content

Publish Pub-Sub Message

Add one or more messages to the topic.

External Documentation

To learn more, visit the Pub-Sub documentation.

Parameters

ParameterDescription
MessagesAn array of the message objects to be published. For more information see Pub/Sub Documentation.
Project IDThe messages in the request will be published on a topic in this project.
TopicThe messages in the request will be published on this topic. Can be obtained by using the List Topics action.

Example Output

{
"messageIds": [
string
]
}

Workflow Library Example

Publish Pub Sub Message and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop