Receiving Events
account.profile.updated
The account public name profile was synced; currently triggered by WhatsApp name events.
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"
}
}
}Notes
- The account public name profile finished syncing. data.profile.display_name is generated by preferring BusinessName and falling back to PushName; data.event.source is full_sync after a full sync snapshot or self_rename when the connected account changed its own name.