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

List Webhooks

API Reference

GET /webhooks

Create a Webhook

API Reference

POST /webhooks

Get a Webhook

API Reference

GET /webhooks/

Update a Webhook

Set only the fields you want to change. Optional booleans like Active are pointers:

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