Google PubSub

Connection Settings

Project Id

The Project Id as defined in the Google Cloud Console.

Service Account JSON

The Google Console Service Account Key JSON file, used to grant access to the Service Account that has permission to publish to the Project and Topic.

Paste the contents of the key .json file directly in this field. As an example, the file should start with:

json
{
    "type": "service_account",
    "project_id": "myproject-312317",
    "private_key_id": "12345...",
}

Input Settings

Inputs are not currently supported

Output Settings

Topic

The Topic ID as defined in the Google Cloud Pub/Sub configuration. This is the topic the output will publish data to.