HubSpot V3 – Webhook Setup

Overview

HubSpot webhooks utilize a single webhook URL, which requires some configuration of your HubSpot application.

  1. Navigate to your Cyclr Console > Connectors > Application Connector Library , search for the “Hubspot” entry and select its Edit button, then select the “Settings” tab.
  2. Copy the Webhook URL to your clipboard. For example:
    https://<yourservicedomain>/api/partnerwebhook/xxxxxx

Note: Don’t use the webhook URL from the builder. Make sure to get the URL from under the partner console.

To send webhooks, you need to setup the HubSpot application:

  1. Enter the URL.
  2. Alter scopes to select the events to subscribe to.
  3. Activate the events.

Enter the URL

  1. Navigate to the HubSpot Developers App Dashboard, and select the application you use with Cyclr.
  2. Within the application, navigate to Webhooks.
  3. Paste the Webhook URL from your clipboard, into the target URL.
  4. Select Save (at the bottom of the screen).

Scopes

To set up your subscriptions, you might need to alter the scopes of the HubSpot application to allow the events to send. For more information, see HubSpot’s documentation on webhook scopes.

  1. Select Create Subscription.
  2. Choose the objects and events that you wish to send to Cyclr.
  3. Select Subscribe.

Activate the events

  1. Under event subscriptions, hover over the line with your mouse to show the view subscriptions button and select the button.
  2. Hover over the line with your mouse to show the activate button, and select this button to activate the sending of the webhook.

Add webhooks to your Template or Cycle

  1. Drag the Webhook step from the sidebar into the Builder.
  2. Connect the Webhook to another step.
  3. Select Run to start the integration.