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

Set up triggers for the Jamf spoke

Set up triggers for the Jamf spoke for the required events. The endpoint enables webhooks to connect with your ServiceNow instance.

Before you begin

Role required: admin

Configure triggers in ServiceNow instance

Configure endpoint for webhooks in the Jamf that support the token authentication.

Before you begin

Role required: flow_designer and connection_admin

Procedure

  1. Navigate to All > Process Automation > Workflow Studio.

  2. Click the Integrations tab.

  3. Toggle and enable the Inbound connections.

  4. Locate the Jamf Spoke endpoint and click View Details.

  5. For the Jamf External Trigger end point, click Configure.

Image omitted: jamf-ext-trigger.jpg
6. Select the user who can trigger the endpoint and click **Activate**.
Image omitted: jamf-conf-trigger-user.jpg
The values **Token** and **URL** are generated.
  1. Copy the generated endpoint URL for later use.
Image omitted: jamf-conf-trigger4.jpg
## Create an outbound webhook

Create an outbound webhook in your Jamf Pro cloud instance.

Before you begin

Role required: admin

Procedure

  1. Log in to the Jamf cloud account as an admin.

  2. Click Settings.

  3. Click the Global tab and click the Webhooks tile.

  4. Click + New.

  5. On the form, fill these values.

FieldDescription
Display NameA display name to identify the webhook.
Webhook URLURL the webhook should post to. Paste the URL that was generated when you configured triggers in ServiceNow instance. For more information, see Configure triggers in ServiceNow instance.
Authentication TypeType of authentication required to connect to the webhook. Choose the Header Authentication option.When you select Header Authentication, another Header Authentication field is displayed. Provide the header metadata in JSON format that is used for authentication. For example, enter {"Authorization":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJhdX", "Date":"Fri, 22 Nov 2024 16:56:32 GMT"}.
Connection timeoutConnection timeout for the webhook.
Read TimeoutRead timeout for the webhook.
Content TypeFormat for sending the webhook information. Select JSON.
Webhook EventEvent that will trigger the webhook. Select one of the supported events. For the list of supported events, see the Spoke triggers section.
For more information about configuring the webhook, see [Configuring a Webhook](https://learn.jamf.com/r/en-US/jamf-pro-documentation-11.15.0/Webhooks) in [Jamf Learning Hub](https://learn.jamf.com/home).
  1. Click Save.