Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Set up a bi-directional webhook for Zoom spoke

Configure a webhook to subscribe to Zoom with a ServiceNow callback URL.

Before you begin

  • Request an Integration Hub subscription.
  • Activate the Zoom spoke.
  • Role required: admin.

Add an endpoint URL in Zoom account

Specify an endpoint URL in your Zoom account to create a webhook for Zoom spoke.

Before you begin

Role required: admin

Procedure

  1. Log in to your Zoom account.

  2. Create a webhook app according to your requirements.

    For more information about Zoom webhook only app, see Create a Webhook-only App.

  3. Generate a secret token and record the token value.

  4. Create a webhook validation for Zoom spoke.

    1. Log in to your ServiceNow instance.
  5. Navigate to Zoom spoke > Zoom Webhook Validations.
  6. On the form, fill in the fields:

    FieldDescription
    NameUnique name to identify the webhook validation record. For example, Zoom spoke webhook validation.
    Secret TokenSecret token of the app in your Zoom account.
  7. Click Submit.

  8. Enable Event Subscriptions and enter the Event notification endpoint URL in the following format.

    https://<instance-name>.service-now.com/api/sn_zoom_spoke/zoom_webhook_endpoint/webhook

  9. Validate the event notification endpoint URL.

    For more information, see Validate your webhook endpoint.

Image omitted: zoom-spoke-webhook-validate.png
Validate event notification endpoint URL in your Zoom account
  1. Specify the Event Types according to your requirement.

Result

The endpoint URL is added in your Zoom account. You can create webhook registries and subflows according to your requirements.

Register a Zoom webhook in ServiceNow

Register a Zoom webhook in ServiceNow to notify the ServiceNow app when certain events occur in Zoom.

Before you begin

Role required: admin.

Procedure

  1. Navigate to All > Zoom Spoke > Zoom Webhook Registries.

  2. Click New.

    Note: If you want to use an out-of-the-box webhook registry, open the registry and update the secret token.

  3. On the form, fill in the fields:

FieldDescription
Trigger TypeType of the Zoom event that triggers the subflow.
Secret TokenSecret token from your Zoom account used for validating event notification.Note: If you are using an earlier version of the spoke or the default registry, update the registry to replace the verification token with the secret token.
Subflow NameSubflow which is to be triggered when the specified conditions are met.
InputInput for the webhook registry.
Trigger ObjectZoom object which is used to trigger the subflow.
NameName of the webhook registry.