Webhooks
Receive real-time notifications about message delivery events by configuring webhook endpoints.
Webhooks are coming soon. This page will be updated with configuration instructions, event types, and payload schemas when the feature launches.
Overview
Webhooks allow your application to receive HTTP callbacks when events occur, such as:
- A message is delivered to the recipient
- A message delivery fails
- A recipient replies to your message
- A broadcast job completes
How it will work
- Register a webhook URL in your dashboard
- The API sends a
POSTrequest to your URL when events occur - Your endpoint processes the event and returns a
200response - Failed deliveries are retried with exponential backoff
Planned event types
| Event | Description |
|---|---|
message.delivered | Message was successfully delivered to the recipient's device |
message.failed | Message delivery failed |
message.replied | Recipient sent a reply to your message |
broadcast.completed | All messages in a broadcast job have been processed |
Stay tuned for updates.
Updated 3 days ago