SMS and MMS
Delivery report
Sends a notification when an outbound message delivery status changes.
postWebhookDeliveryReport
Payload
Example payload
{
"message_id": "871b4eeb-f798-4105-be23-32df9e991456",
"message_type": "sms",
"from": "Wavix",
"to": "+447537151866",
"tag": "Fall sale",
"segments_count": 1,
"sent": "2024-05-28T12:34:54Z",
"delivered": "2024-05-28T12:34:56Z",
"charge": "0.01",
"carrier_fees": "0.0"
}Response
Successful callback receipt.