See the supported connectors for Application Integration.

Webhook trigger

The Webhook trigger is a Connector Event trigger that lets you invoke an integration based on any event that supports webhooks.

Before you begin

If you plan to create or configure a new connection for the Webhook trigger, make sure that you have the following Identity and Access Management (IAM) role on the project:

  • Connectors Admin (roles/connectors.admin)
  • For information about granting roles, see Manage access.

Grant the following IAM roles to the service account that you want to use for the Webhook trigger:

  • Application Integration Invoker (roles/integrations.integrationInvoker)
  • For information about granting roles to a service account, see Manage access to service accounts.

Add the Webhook trigger

To add a Webhook trigger to your integration, perform the following steps:

  1. In the Google Cloud console, go to the Application Integration page.

    Go to Application Integration

  2. In the navigation menu, click Integrations

    The Integrations List page appears listing all the integrations available in the Google Cloud project.

  3. Select an existing integration or click Create integration to create a new one.

    If you are creating a new integration:

    1. Enter a name and description in the Create Integration pane.
    2. Select a region for the integration.
    3. Select a service account for the integration. You can change or update the service account details of an integration any time from the Integration summary pane in the integration toolbar.
    4. Click Create.

    This opens the integration in the integration editor.

  4. In the integration editor navigation bar, click Triggers to view the list of available triggers.
  5. Click and place the Webhook trigger element in the integration editor.
  6. To configure the Webhook trigger, you can either use an existing Webhook connection available in Integration Connectors, or create a new Webhook connection using the inline connection creation option.

Configure Webhook trigger using an existing connection

You can configure the Webhook trigger using an existing Webhook connection in Integration Connectors. Note that the Webhook trigger is an Connector Event trigger, therefore you can only use a Webhook connection with event subscription enabled to configure the trigger.

For information about how to configure a Webhook trigger using a new Webhook connection, see Configure Webhook trigger using a new connection

To configure a Webhook trigger using an existing Webhook connection, perform the following steps:

  1. Click the Webhook trigger element in the integration editor to open the trigger configuration pane.
  2. Click Configure trigger.
  3. Provide the following configuration details in the Connector Event Trigger Editor page:
    1. Region: Select the region of your Webhook connection.
    2. Connection: Select the Webhook connection that you want to use.

      Application Integration only displays those Webhook connections that are active and have an event subscription enabled.

    3. Event subscription type: Enter the type of event that you want to use to trigger the integration.
    4. Service Account: Select a service account with the required IAM roles for the Webhook trigger.
  4. Click Done to complete the trigger configuration and close the page.
For more information, see the Webhook connection documentation.

Configure Webhook trigger using a new connection

To configure the Webhook trigger using a new Webhook connection, perform the following steps:

  1. Click the Webhook trigger element in the integration editor to open the trigger configuration pane.
  2. Click Configure trigger.
  3. Skip the Region field.
  4. Click Connection and select the Create Connection option from the menu.
  5. Complete the following steps in the Create Connection pane:
    1. In the Location section, choose the location for the connection.
      1. Region: Select a location from the list.

        Supported regions for connectors include:

        For the list of all the supported regions, see Locations.

      2. Click Next.
    2. In the Connection Details section, complete the following:
      1. Connector: Select Webhook from the drop down list of available Connectors.
      2. Connector version: Select the Connector version from the drop down list of available versions.
      3. Connection Name: Enter a name for the Connection instance.

        Connection names must meet the following criteria:

        • Connection names can use letters, numbers, or hyphens.
        • Letters must be lower-case.
        • Connection names must begin with a letter and end with a letter or number.
        • Connection names cannot exceed 63 characters.
      4. Description: Optionally, enter a description for the connection instance.
      5. Service Account: Select a service account that has the required roles.
      6. Event Subscription: Event subscription will be enabled by default and is mandatory for webhook connector.
      7. Optionally, click + Add label to add a label to the Connection in the form of a key/value pair.
      8. Click Next.
    3. In the Event Subscription Details section, complete the following:
      1. Listener Authentication: Select an authentication type for event listener and enter the relevant details.

        The following authentication types are supported by the webhook listener:

      2. Event Type Field Location: Mandatory field which denotes the location (Header, Query Param or Request Body) where event type associated with the incoming event request will be present.
      3. Event Type Field Name: Mandatory field in the configured location identifies the type of event associated with the incoming event request.
      4. {
        "event_type": "user.created",
        ...
        // other request fields
        ...
        }
        In the example above, the event_type field in request body signifies that the request pertains to a "user.created" event.
      5. Select Enable private connectivity for secured connectivity between your backend application and your connection. If you select this option, you must perform additional configuration steps after creating the connection. For more information, see Private connectivity for event subscription.
      6. Enter the dead-letter configuration. If you configure dead-letter, the connection writes the unprocessed events to the specified Pub/Sub topic. Enter the following details:
        1. Dead-letter project ID: The Google Cloud project ID where you have configured the dead-letter Pub/Sub topic.
        2. Dead-letter topic: The Pub/Sub topic where you want to write the details of the unprocessed event.
      7. Click Next.
    4. Review: Review your connection and listener authentication details.
    5. Click Create.

Trigger output

The Webhook trigger takes a couple of minutes to complete the event subscription configuration. You can view the status of your event subscription in the trigger configuration pane under Event Subscription details.

The Webhook trigger indicates the status of an event subscription using the following states:

  • Creating: Indicates that the trigger is subscribing to the event subscription.
  • Active: Indicates that the trigger is successfully subscribed to an event subscription.
  • Error: Indicates that the there is an issue with the configured event subscription.

In addition to the event subscription status, the Event Subscription details section also displays other details such as connection region, connection name, event subscription name, and more.

Trigger output variable

For each event, the Webhook trigger generates a ConnectorEventPayload output variable which you can use in your downstream tasks. The output variable is in JSON format containing the output Webhook payload schema.

View event subscriptions

To view and manage all the event subscriptions associated with a connection in Integration Connectors, do the following:

  1. Go to Integration Connectors > Connections page.

    Go to the Connections page

  2. Click the connection for which you want to view the subscriptions.
  3. Click the Event subscriptions tab.

    This displays all the event subscriptions for the connection.

Edit Webhook trigger

You can edit a Webhook trigger to change or update the connection configuration and event subscription details.

To edit a Webhook trigger, perform the following steps:

  1. Click the Webhook trigger element in the integration editor to open the trigger configuration pane.
  2. Click Configure Webhook trigger.
  3. Do the following in the Connector Event Trigger Editor page:
    1. To retain the previously configured event subscription, click Retain, else click Delete.
    2. Update the connection configuration and event subscription details as desired.
    3. Click Done.
  4. You can view the updated connection and event subscription details in the trigger configuration pane under Event Subscription details.