Skip to main content

Delivery Receipt

Delivery Receipt (DR) callbacks are triggered to notify your application about the delivery status of outbound messages sent through the Voxtelesys RCS API. These callbacks provide detailed information, including the message ID, recipient, delivery status, and timestamps.

DR Webhook Payload

ParameterTypeRequiredDescriptionExample
typestringtrueAlways DRDR
directionstringtrueAlways OutboundOutbound
channelstringtrueAlways rcsrcs
message_idstringtrueID of message4de1d075-2a7e-404e-abac-3f80560db42f
tostringfalseThe phone number the message was sent to (E164 format with no plus)1234567890
fromstringfalseThe sender the message was sent fromexampleSender
tagstringfalseCustom defined string sent with messageexample tag
bulk_tagstringfalseCustom defined string sent with messageexample bulk tag
event_metaobjecttrueEvent specific metadata{ "status": "DELIVERED" }
event_meta.statusstringtrueStatus of the messageDELIVERED
errorobjecttrueThe message error, if applicable{ "code": "0", "description": "None" }
error.codestringtrueDetailed error code0
error.descriptionstringtrueDetailed error descriptionno error
timestringtrueThe time of the event was received in ISO 8601 format2025-12-08T15:30:00Z
api_versionstringtrueThe version of the API the message was sent on1