API Reference

Update the webhook URL for receiving message events

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 message
  • message.sent - When your outbound message is sent to the carrier
  • message.delivered - When your outbound message is delivered to the recipient
  • message.failed - When your outbound message fails to deliver
  • message.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.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!