Webhooks

Createanchor

note

Webhooks are configured in the Control Panel. Be sure that your user's role has the Manage Webhooks role permission.

To create a webhook:

  1. Log into the Control Panel
  2. Click on the gear icon in the top right corner
  3. Click API from the drop-down menu
  4. Click on the Webhooks tab
  5. Click the Create New Webhook button
  6. Provide your destination URL and make your notification selections
  7. Click the Create Webhook button

Destination URLanchor

When adding a webhook in the Control Panel, you'll need to provide a destination URL using a valid HTTPS path. This URL will receive all webhook notifications as POST requests and must be a publicly accessible URL on your site. If your site were hosted at https://www.example.com, your webhook destination URL should look like https://www.example.com.

You are able to create multiple webhook destination URLs in order to route certain webhook notifications to specific endpoints.

Notification kindsanchor

You must choose at least one notification kind in order to create a webhook.


Next Page: Parse