v2
latestOpenAPI 3.1.02026-08-07750280.6 KBContacts
Update contact by phone number
Partially update a specific contact by phone number. Supports custom field auto-creation and null semantics.
patch/contacts/by-phone/{phone_number}
Path parameters
phone_numberstring required
Request body
Example request
{
"address": "456 New St, City, State",
"custom_fields": {
"department": "Marketing",
"hair_color": "blonde"
},
"email": "john.smith@example.com",
"first_name": "John",
"last_name": "Smith"
}Response
Contact updated successfully