Skip to main content

Managing webhooks

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.

Feature access
Only admins and Application admins have access to this feature.

Listing webhooks

To display all the webhooks in your account:

  1. On the leftmost menu, click Account.
  2. Click Tools > Webhooks.

The Webhooks page contains the following information:

ColumnDescription
TitleName of the webhook.
VerbMethod of the HTTP request: POST, PUT, GET, DELETE or PATCH.
ApplicationsThe Applications in which the webhook is available.

Monitoring the activity of your webhooks

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

  1. On the leftmost 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.