GET /v1/rcs/agents/{id} when you only need to know that an agent has moved to an approved state.
Payload
Approved agent identifier.
Agent display name as shown to users.
ISO 8601 time when approval was recorded.
Webhook fired when Google approves your RCS agent.
GET /v1/rcs/agents/{id} when you only need to know that an agent has moved to an approved state.
{
"id": "evt_xxxxx",
"event": "agent.approved",
"timestamp": "2026-03-20T14:30:00Z",
"data": {
"agent_id": "ag_live_xxxx",
"display_name": "Arowana Alerts",
"approved_at": "2026-03-20T14:30:00Z"
}
}