Fires when the platform accepts your message and places it in the send queue, before carrier delivery attempts begin.
Payload
{
"id": "evt_xxxxx",
"event": "message.queued",
"timestamp": "2026-03-28T09:01:00Z",
"data": {
"message_id": "msg_a1b2c3d4",
"agent_id": "ag_live_xxxx",
"to": "+4917612345678",
"status": "queued",
"queued_at": "2026-03-28T09:00:00Z"
}
}
Outbound message identifier. Correlate with API responses and later delivery events.
RCS agent that sent the message.
Recipient phone number in E.164 format.
Always queued for this event.
ISO 8601 time when the message entered the queue.