contacts

Update Contact

Update a contact.

patch/contacts/{contact_id}

Headers

authorizationstring nullable

Request body

contact_idstring uuid required

Contact ID

first_namestring nullable

First name

last_namestring nullable

Last name

emailstring nullable

Email address

phonestring nullable

Phone number

job_titlestring nullable

Job title

provider_account_idstring nullable

Account ID in the provider CRM system

custom_fields_jsonobject nullable

Custom fields from CRM

nomi_insights_jsonobject nullable

Nomi-generated insights about the contact

Response

Successful Response

idstring uuid required

Contact ID

first_namestring nullable

First name

last_namestring nullable

Last name

emailstring nullable

Email address

phonestring nullable

Phone number

job_titlestring nullable

Job title

crm_provider'hubspot' | 'attio' | 'none' required

Provider of the CRM system.

provider_contact_idstring nullable

Contact ID in the provider CRM system

provider_account_idstring nullable

Account ID in the provider CRM system

status'active' | 'archived' | 'deleted' | 'bounced' required

Status specific to contacts in CRM systems.

sync_status'synced' | 'pending_crm' | 'sync_failed' | 'not_synced' required

Status of the synchronization with CRM systems.

last_crm_sync_timestampstring date-time nullable

Last time synced with CRM

created_atstring date-time required

Creation timestamp

updated_atstring date-time required

Last update timestamp

has_companyboolean

Has associated company

Changes

No recorded changes to this endpoint across all 1 revision of this API.