Skip to main content
Webhooks deliver real-time notifications when emails are delivered, opened, clicked, bounced, or marked as spam. The client.webhooks resource manages your endpoints. For the event payload format and signature verification, see Webhooks.

List Webhooks

API Reference

GET /webhooks

Create a Webhook

Use events_mode="all" to receive every event type (no events needed), or events_mode="selected" with an explicit events list. For authenticated endpoints:

API Reference

POST /webhooks

Get a Webhook

API Reference

GET /webhooks/

Update a Webhook

Pass only the fields you want to change:

API Reference

PATCH /webhooks/

Delete a Webhook

API Reference

DELETE /webhooks/

What’s Next

Webhook Events

Event types and payload format

Webhook Authorization

Verify webhook authenticity