Contacts
Receiving New Contacts via Webhook
To receive a webhook when a new contact is created in WhatsApp, enable the contacts.post
event in your webhook settings.
This event is triggered when a new contact appears in your WhatsApp account — for example, when you add someone to your address book or create a new contact directly in the app.
A new contact has been created
Below is an example of the webhook payload for contacts.post
:
This allows you to automatically capture and store new contact information as soon as it's available.
Changed contact name
Technical note: At the moment, if you change the name of an existing contact, the system will trigger the same event as if it were a new contact. Please keep this in mind. We’ll update this page if we’re able to distinguish between new contacts and updates to existing ones in the future.
Changed contact's profile picture
Use the contacts.patch
setting to get this webhook.
Last updated
Was this helpful?