Contacts
Update a contact
Patches one or more fields on the contact ({ fields: { <name>: <value> } } — core columns or custom fields). Returns { contact, updated } where updated lists the field names that changed.
patch/v1/contacts/{email}
Path parameters
emailstring email required
The contact’s email address (URL-encoded). Email is the contact primary key.
Example:jane%40example.com
The contact’s email address (URL-encoded). Email is the contact primary key.
Request body
Response
Patched.
Changes
No recorded changes to this endpoint across all 1 revision of this API.