message.delivered
An outbound SMS/MMS is confirmed delivered to the recipient's handset.
Auth
- Auth method
hmac-sha1- Signature header
X-Twilio-Signature- Signature detail
- HMAC-SHA1 computed over the full callback URL concatenated with sorted POST parameters (or raw body for JSON). Uses the Auth Token as the HMAC key.
Delivery
- Guarantees
- at-least-once
- Backoff
- Twilio retries failed webhook deliveries with exponential backoff for up to 24 hours.
- Retry window
- PT24H
Payload schema (field names + types only)
MessageSid string requiredSmsSid string AccountSid string requiredFrom string To string Body string | null MessageStatus string (enum) requiredSmsStatus string ErrorCode string | null ErrorMessage string | null NumMedia string NumSegments string MessagingServiceSid string | null