Skip to main content
Cloud Pub/Sub is an orchestration component that allows messages to be published to a topic on Google Cloud. Other applications can subscribe to these topics to receive such messages. To use this component, you need to add Google Cloud credentials to your project. You then need to associate your cloud provider credentials with an environment for to access your Google Cloud account. To publish messages from , you must first ensure that topics are available to publish to (and ideally, that relevant applications are subscribed to these topics).

Properties

Name
string
required
A human-readable name for the component.
Project
drop-down
required
Select the Google Cloud project. For more information, read Creating and managing projects.
Topic
drop-down
required
The topic to publish to.
Message
string
required
The contents of the message.
Attributes
key:value
Assign key-value pairs to be included with the message to be used by the subscribed application. These may be data regarding the message itself.Click the Text mode toggle at the bottom of the dialog to open a multi-line editor that lets you add items in a single block. For more information, read Text mode.To use grid variables, toggle Use Grid Variable on at the bottom of the dialog. For more information, read Grid variables.