Authorizations
API key must be provided in the Authorization header as Bearer YOUR_API_KEY
.
Body
application/json
Example:
"https://example.com/mywebhook"
Configure the webhook URL that will receive all message events. Once configured, your endpoint will receive POST requests with the following event types:
message.received
- When you receive an inbound messagemessage.sent
- When your outbound message is sent to the carriermessage.delivered
- When your outbound message is delivered to the recipientmessage.failed
- When your outbound message fails to delivermessage.read
- When your outbound message is read by the recipient (iMessage only, recipient must have read receipts enabled)See the webhook event schemas for detailed payload formats.
API key must be provided in the Authorization header as Bearer YOUR_API_KEY
.
"https://example.com/mywebhook"