Receiving Events
account.profile.updated
アカウントの公開名プロフィールが同期されました。現在は WhatsApp の名前イベントで発火します。
Event payload
{
"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 です。