Webhook endpoint for receiving real-time events from Hookpulse
| 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