Message Events
Message Delivery Failed Webhook
Triggered when an email cannot be delivered due to repeated failures.
This is a permanent failure (hard bounce). No more delivery attempts will be made. Common causes include:
- Invalid email address
- Recipient’s domain doesn’t exist
- Recipient’s mail server permanently rejects the email
When it’s sent: After all retry attempts have been exhausted.
WEBHOOK
Body
application/json
The event type
Available options:
message.failed The webhook ID (the same ID as returned by the Create Webhook API)
When the event occurred (ISO 8601 format)
Response
Webhook received successfully

