External DocumentationTo learn more, visit the Pub-Sub documentation.
Actions
Publish Pub-Sub Message
Add one or more messages to the topic.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Messages | An array of the message objects to be published. The message needs to be Base64 encoded. For more information see Pub/Sub Documentation. For example: |
| Project ID | The messages in the request will be published on a topic in this project. |
| Topic | The messages in the request will be published on this topic. Can be obtained by using the List Topics action.For example: In order to extract the topic name we need to take the last part of the name returned, in this case test-topic. |
{
"messageIds": [
string
]
}
Was this page helpful?