接收事件
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 表示当前连接账号主动改名。