v1
latestOpenAPI 3.0.22026-07-261040577.4 KBContacts
Update contact
Update an existing contact's properties. Supports updating the name, email, and custom fields. Only the fields you include in the request body will be modified — omitted fields are left unchanged.
Returns the updated contact object.
🚧 Permissions
Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.
patch/v1/contacts/{contact_id}
Path parameters
contact_idstring required
Unique identifier of the contact.
Request body
Example request
{
"name": "John Smith",
"email": "john@dovetail.com",
"fields": [
{
"label": "salesforce_id",
"value": "003XX000004TmiQQAS"
}
]
}Response
200