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:
- On the left-most menu, click Account.
- Click Tools > Webhooks.
The Webhooks page contains the following information:
Column | Description |
---|---|
Title | Name of the webhook. It appears in your effects if you make the webhook available in the Rule Builder. |
Verb | Method of the HTTP request: POST , PUT , GET , DELETE or PATCH . |
Applications | Applications where the webhook is available. |
Available in Rule Builder | Indicates 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:
- On the left-most menu, click Account.
- Click Tools > Webhook Logs.
The Webhook Logs page contains the following information:
Column | Description |
---|---|
Webhook request ID | Unique identifier of the request. |
Webhook | Name of the webhook as it appears in your effects. |
URL | URL of the receiving service. |
Response code | HTTP response status code. |
Time | Date 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.