Skip to main content

Managing webhooks

Important

Only admins and Application admins have access to this feature.

You can use webhooks to share information from your Applications with third parties. Webhooks are always triggered as an effect.

Learn more about webhooks and how to create custom ones in our Developer docs.

Listing webhooks

To display all the webhooks in your account:

  1. On the left-most menu, click Account.
  2. Click Tools > Webhooks.

The Webhooks page contains the following information:

ColumnDescription
TitleName of the webhook. It appears in your effects if you make the webhook available in the Rule Builder.
VerbMethod of the HTTP request: POST, PUT, GET, DELETE or PATCH.
ApplicationsApplications where the webhook is available.
Available in Rule BuilderIndicates whether the webhook is available in the Rule Builder (green checkbox) or not (red checkbox).

Monitoring the activity of your webhooks

You can check how webhooks have been used in your rules:

  1. On the left-most menu, click Account.
  2. Click Tools > Webhook Logs.

The Webhook Logs page contains the following information:

ColumnDescription
Webhook request IDUnique identifier of the request.
WebhookName of the webhook as it appears in your effects.
URLURL of the receiving service.
Response codeHTTP response status code.
TimeDate and time when the session was created in the time zone of the Application.

Click the checkbox to the left of each webhook log to see further information about it:

  • Request tab: Displays the request log.
  • Response tab: Displays the response log and the status code.