Webhooks deliver real-time notifications when emails are delivered, opened, clicked, bounced, or marked as spam. TheDocumentation Index
Fetch the complete documentation index at: https://docs.lettr.com/llms.txt
Use this file to discover all available pages before exploring further.
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 array needed), or events_mode: "selected" with an explicit events array. For authenticated endpoints set auth_type to "basic" or "oauth2" and supply the matching credentials (auth_username/auth_password or the oauth_* fields).API Reference
POST /webhooks
Get a Webhook
API Reference
GET /webhooks/
Update a Webhook
All fields are optional — only the ones you set are sent: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