Unify and manage your data

Configure GCP Pub/Sub for RIH Triggers

Learn how to create a GCP Pub/Sub topic and subscription, and configure it to work with Reltio Integration Hub so that RIH can trigger recipes from Reltio events.

Prerequisites

Before configuring the GCP connection, make sure your project and tenant meet the following requirements:
  • You must have a Google Cloud project with Pub/Sub API enabled.
  • You need permission to create service accounts, topics, and subscriptions.
  • Your Reltio tenant must support event publishing.
Follow these steps in Google Cloud Console and Reltio Integration Hub (RIH) to set up Pub/Sub for event-driven triggers:
  1. Sign in to the Google Cloud Console.
  2. On the left navigation menu of the console, select Pub/Sub and create a topic. (for example, reltio-events)
  3. On the Topics page, create a Subscription and select Pull as the delivery type.
  4. Create a service account and assign the following roles:
    • Pub/Sub Publisher
    • Pub/Sub Subscriber
  5. Generate a JSON key file and copy the following values for the connection setup:
    • Project ID
    • Topic name
    • Subscription name
    • Path to the service account key
  6. In Reltio Integration Hub (RIH), open or create a SFDC | CON | GCP Topic Connection.
  7. Upload the JSON key file created in Step 5 and enter the copied values.
  8. Click Save to save the connection.
  9. Click Test connection to confirm the connection is active.
Your GCP Pub/Sub setup is connected to RIH. Reltio events will trigger workflows automatically based on the configured topic and subscription.