Update an existing contact’s information. You can identify the contact using either ID, WhatsApp ID (waId), or SMS phone number (smsPhoneNumber). Only one identifier is required, but at least one must be provided.
Important Notes:
Bearer token authentication using your API key
Contact ID for direct lookup
123
WhatsApp ID for contact lookup
"1234567890"
SMS phone number for contact lookup
"1234567890"
Contact's first name
"John"
Contact's last name
"Doe"
Contact's full name
"John Doe"
Contact's phone number
"1234567890"
Contact's email address
"john@example.com"
Contact's default timezone
"America/New_York"
Custom key-value pairs to store with the contact
{
"source": "website",
"campaign": "summer2024"
}