Create Contact
Creates a new contact within the workspace. Duplicate checks are automatically performed against existing phone numbers in the workspace.
phoneNumber and countryCode to create a contact. You can also optionally enrich the contact’s profile with their name, email, tags, and custom fields during creation.
The system automatically performs duplicate checks. By default, you cannot create multiple contacts with the same phone number in a single workspace. You can pass overwrite: true to seamlessly update the existing contact’s values instead of receiving a duplication error.Authorizations
Body
Contact's first name
2 - 50"John"
Phone number without country code (typically 10-15 digits)
"9876543210"
Country code including '+' (e.g. +91, +1)
"+91"
Required source identifier (e.g., contact_form)
50"contact_form"
Contact's last name
50"Doe"
Formatted name used in active chats
100"John Doe"
Contact's email address
"john.doe@example.com"
Auto-subscribe contact to WhatsApp broadcasts
If true, updates the existing contact if a contact with the same phone number already exists, instead of returning a duplicate error.
Array of 24-character hexadecimal MongoDB Tag IDs to assign
["65e0bc51c12e4d70834b070e"]
Array of custom field values to assign
Date of Birth (YYYY-MM-DD)
"1990-01-15"
Anniversary date (YYYY-MM-DD)
"2020-06-20"
