Create webhook
Webhooks
Create webhook
Register a new webhook endpoint.
POST
Create webhook
Registers a new webhook URL to receive real-time event notifications.
Request body
The HTTPS URL that will receive POST requests when events fire.
Array of event types to subscribe to. See supported events below.
Optional secret used to sign webhook payloads. Verify the
X-Signature header to ensure requests are from SureFeedback.Supported events
| Event | Trigger |
|---|---|
comment.created | A new comment is posted |
comment.resolved | A comment is resolved |
comment.assigned | A comment is assigned to a user |
comment.replied | A reply is added to a comment |
page.approved | A page is marked as approved |
page.unapproved | A page’s approval is removed |