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 service manages your endpoints.
For the event payload format and signature verification, see Webhooks.
List Webhooks
API Reference
GET /webhooks
Create a Webhook
WebhookEventsMode::All to receive every event, or WebhookEventsMode::Selected with .with_events(...). WebhookAuthType is None, Basic, or Oauth2.
API Reference
POST /webhooks
Get a Webhook
API Reference
GET /webhooks/
Update a Webhook
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