Skip to main content

Seen Report

Seen Report callbacks are triggered to notify your application that an end user has seen a delivered message. These callbacks provide detailed information, including the message ID, recipient, and timestamps.

Seen Webhook Payload

ParameterTypeRequiredDescriptionExample
typestringtrueAlways SEENSEEN
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{ "sent_at": "2025-12-01T15:00:00Z" }
event_meta.sent_atstringtrueThe time the message was sent at2025-12-01T15:00:00Z
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-01T15:30:00Z
api_versionstringtrueThe version of the API the message was sent on1