接收事件
account.started
帳號執行環境已連線,可以收發訊息。
事件載荷
{
"id": "evt_acc_2b3c4d5e6f",
"type": "account.started",
"provider": "whatsapp",
"account_id": "acc_8c21d0",
"occurred_at": "2026-06-08T13:21:00Z",
"data": {
"runtime_status": "ready",
"event": {
"kind": "account_started",
"runtime_status": "ready"
}
}
}備註
- 執行環境已連線,可以收發訊息。事件載荷裡 data.runtime_status=ready;REST 讀取帳號物件時會把線上執行態規範化到 account.runtime_status。