- Navigate to
Settings → Webhookspage and see, add or delete webhooks there. - Use
/api/webhooks/v2endpoint to add or delete a webhook.
Managing webhooks requires
Architect access to either Space or Database.Add webhook
Add a webhook to subscribe to Entity changes of a particular Database. When one or several changes occur, Fibery sends a JSON with new and previous values to the specified URL. To add a new webhook, navigate toSettings → Webhooks and click Add Webhook button.

Please note that you can send correlationId, as shown in API call example, to match it with webhook call.
Then you will receive the same correlationId in corresponding webhook event.
Then you will receive the same correlationId in corresponding webhook event.
Webhooks do not support rich text Field changes at the moment.
