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

Set up a webhook

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

Before you begin

Role required: admin

Procedure

  1. Log in to your ServiceNow instance as an admin.

  2. Copy the value of base API path.

    1. Navigate to All > System Web Services > Scripted Web Services > Scripted REST APIs.
    2. Locate the record, Trello Webhooks.
    3. Copy the value populated in Base API path and record it for later use.
    4. Create a webhook registry for the Trello spoke.

    5. Navigate to All > Trello Spoke > Webhook > Webhook Registries.

    6. Click New.
    7. On the form, fill the values.

      FieldDescription
      NameName to identify the webhook registry record.
      PathBase API path URL you had copied.
      TokenToken record as per your requirement.
    8. Right-click the form header and click Save.

    9. Click Callback URL.

      The webhook callback URL is generated and displayed.

    10. Copy the webhook callback URL and record it for later use.

What to do next

Provide the webhook callback URL when you run the Create Webhook spoke action. For the required board the webhook is created.