Update a contact
Contact
Edit Contact
Updates complete details of a specific contact by its unique ID.
PATCH
Update a contact
Authorizations
Headers
The schema name for multi-tenancy (company-wise DB separation)
Path Parameters
Unique ID of the contact (e.g., 4465)
Body
application/json
First name of the contact
Example:
"test123Edit"
Last name of the contact
Example:
"testEdit"
Phone number of the contact (without country code)
Example:
"8570904784"
Country code for the contact number (in international format)
Example:
"+91"
Email address of the contact
Example:
"info@agencys.ai"
List of tag names associated with the contact
Example:
[
"salesforce",
"real estate",
"Test campaign"
]
Name of the company the contact is associated with
Example:
"test"
Industry type for the contact
Example:
"SaaS"
