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 them in our Developer docs.
Only admins and Application admins have access to this feature.
Listing webhooks
To display all the webhooks in your account:
- On the leftmost menu, click Account.
- Click Tools > Webhooks.
The Webhooks page contains the following information:
Column | Description |
---|---|
Name | Name and description of the webhook. |
Verb | Method of the HTTP request: POST , PUT , GET , DELETE or PATCH . |
Applications | The Applications in which the webhook is available. |
Copy | Clickable icon that allows you to copy the webhook. |
Editing a webhook
You can edit a webhook if it is not referenced in a campaign.
To edit a webhook:
- On the leftmost menu, click Account.
- Click Tools > Webhooks.
- Click the name of a webhook to open it.
- Make the required changes and click Save.
Copying a webhook
You can copy all the parameters and request details of a webhook to a new webhook. There are no dependencies between the original and the copy.
To copy a webhook:
-
On the leftmost menu, click Account.
-
Click Tools > Webhooks.
-
Next to the webhook you want to copy, click .
tipTo copy a webhook that you're editing, in the Copy section, click Copy Webhook.
-
Enter the basic properties of the copy, and click Copy Webhook.
Deleting a webhook
You can delete a webhook if it is not referenced in a campaign.
To delete a webhook:
- On the leftmost menu, click Account.
- Click Tools > Webhooks.
- Click the name of a webhook to open it.
- In the Delete section, click Delete Webhook.
- In the confirmation window, click Delete Webhook.