Delivery Receipt
Delivery Receipt (DLR) callbacks are triggered to notify your application about the delivery status of outbound messages sent through the Voxtelesys Messaging API. These callbacks provide detailed information, including the message ID, recipient, delivery status, and timestamps.
DLR Webhook Payload
Parameter | Type | Required | Description |
---|---|---|---|
type | string | true | Always per_recipient |
batch_id | string | true | ID of batch |
message_id | string | true | ID of message |
tag | string | true | Custom defined string sent with message |
to | array | false | The phone number the message was sent to |
status | string | true | The final message status |
time | string | true | The time of senind the message |
error | string | true | The message error, if applicable |
error.code | string | true | Detailed error code |
error.description | string | true | Detailed error description |