Webhook endpoint for receiving real-time events from Hookpulse
Hookpulse sends webhook events to your configured endpoint when resources are created, updated, or deleted.Documentation Index
Fetch the complete documentation index at: https://docs.hookpulse.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Event | Description |
|---|---|
resource.created | Triggered when a new resource is created |
resource.updated | Triggered when a resource is updated |
resource.deleted | Triggered when a resource is deleted |
200 OK status code to acknowledge receipt of the event. Hookpulse will retry failed webhook deliveries up to 3 times with exponential backoff.API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.
Webhook event payload
Webhook received successfully