Skip to main content
Cloud Pub/Sub is an orchestration component that allows messages to be published to a topic on Google Cloud Platform (GCP). Other applications can subscribe to these topics to receive such messages. To use this component, you need to add GCP credentials to your project. You then need to associate your cloud provider credentials with an environment for to access your GCP 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.