Create a webhook
Webhooks allows your app to easily receive notifications whenever there are updates to a chosen set of events. A typical example is when a publication is published, and the API is updated.
Create your webhook
To create a webhook, go to Settings > Developers > Webhooks and click ' Add webhook'. Fill in your endpoint URL. Please remember that webhook endpoints must start with https://.
Webhook triggers: events
Webhook triggers: models

Headers

Retry
Select the number of retries for an unfinished webhook. The default number is 35.
Switch off webhook
You can easily switch off your webhook temporarily. Go to the detail page of your webhook via Settings > Developer > Webhooks, and disable the 'status' option.
Delete your webhook
When you no longer need the webhook, you can delete the webhook permanently. Click the ' Delete' button on the detail page, or delete the webhook from the list view.