update_contact
Partially update a contact by sending only changed fields; omitted fields are preserved server-side. Supports name, email, phone, designation, stage, company, location, LinkedIn, owner, and custom fields.
Instructions
Update a contact via partial POST to /v1/contacts/{slug}.
Only non-None fields are forwarded; omitted fields are preserved server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| first_name | No | ||
| last_name | No | ||
| No | |||
| contact_number | No | ||
| designation | No | ||
| stage_id | No | ||
| company_slug | No | ||
| city | No | ||
| state | No | ||
| country | No | ||
| No | |||
| owner_id | No | ||
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |