Skip to main content

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; the data object is event-specific.

Test deliveries

The Send test event button (or POST /api/admin/webhooks/:id/test) delivers a webhook:test event so you can confirm your receiver and signature verification before going live: