Payload
RCS agent whose session with this user ended.
User phone number in E.164 format.
ISO 8601 time when the session closed.
Why the session ended — for example
ttl_expired.Webhook fired when the 24-hour RCS conversation session window closes.
{
"id": "evt_xxxxx",
"event": "conversation.ended",
"timestamp": "2026-03-29T09:05:00Z",
"data": {
"agent_id": "ag_live_xxxx",
"with": "+4917612345678",
"ended_at": "2026-03-29T09:05:00Z",
"reason": "ttl_expired"
}
}
ttl_expired.