接收事件
account.profile.updated
帳號公開名稱資料已同步;目前由 WhatsApp 名稱事件觸發。
事件載荷
{
"id": "evt_profile_7e91d2c4",
"type": "account.profile.updated",
"provider": "whatsapp",
"account_id": "acc_8c21d0",
"occurred_at": "2026-08-28T09:51:51Z",
"data": {
"account": { "provider_account_ref": "provider_account_example" },
"profile": {
"display_name": "Example Business",
"business_name": "Example Business",
"push_name": "Example Account"
},
"event": {
"kind": "account_profile_updated",
"source": "self_rename"
}
}
}備註
- 帳號公開名稱資料已完成同步。data.profile.display_name 依 BusinessName 優先、PushName 回退生成;data.event.source 為 full_sync 表示全量同步後的快照,為 self_rename 表示目前連線帳號主動改名。