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"
  }
}
message_id
string
Outbound message identifier. Correlate with API responses and later delivery events.
agent_id
string
RCS agent that sent the message.
to
string
Recipient phone number in E.164 format.
status
string
Always queued for this event.
queued_at
string
ISO 8601 time when the message entered the queue.