Update a contact

Updates a contact.

Required scope: contacts:write

Path Params
string
required
Defaults to crd_123

The contact ID. Alternatively, you can supply the contact's source and handle as a resource alias.

Body Params
string

Contact name

string

Contact description

file

Binary data of avatar. Must use Content-Type: multipart/form-data if specified. See example or read more about Attachments. Max 25 MB.

links
array of strings
group_names
array of strings

List of all the group names the contact belongs to. It will automatically create missing groups. ⚠️ Deprecated. Use list_names instead.

group_names
list_names
array of strings

List of all the contact list names the contact belongs to. It will automatically create missing groups

list_names
custom_fields
object

Custom fields for this contact. If you want to keep all custom fields the same when updating this resource, do not include any custom fields in the update. If you want to update custom fields, make sure to include all custom fields, not just the fields you want to add or update. If you send only the custom fields you want to update, the other custom fields will be erased. You can retrieve the existing custom fields before making the update to note the current fields.

Response
204

No content

Language
Credentials
Bearer
JWT