Webhook Events
When creating or updating a webhook endpoint, you subscribe it to one or more event types. Use"*" to receive every event.
Event catalog
Subscribing to an unknown event name is rejected at create/update time.
Payload envelope
Every delivery shares the same envelope; thedata object is event-specific.
Test deliveries
The Send test event button (orPOST /api/admin/webhooks/:id/test) delivers a webhook:test event so you can confirm your receiver and signature verification before going live:
Related
- Webhooks Overview — delivery format, signature verification, reliability.

