Update contact
crm_update_contactUpdate fields on a contact, including its address, extra phone numbers, CVR/VAT number, collaborator mark and which list it is on. Only the fields you pass are changed; anything you leave out keeps its current value. TO REMOVE something rather than change it: pass list_id: null to take the contact off its list, or is_collaborator: false to drop the mark. Leaving them out does neither. owner_id is an employees.id, not an auth user id. list_id takes a list by name or id, and only lists that exist in this workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| No | |||
| phone | No | ||
| title | No | ||
| region | No | State, province or region, where the country uses one. | |
| tax_id | No | Company registration number (CVR / VAT) for the contact's business. | |
| address | No | ||
| company | No | ||
| country | No | ||
| list_id | No | A contact list in this workspace, by name or id. null takes the contact off whatever list it is on. | |
| owner_id | No | ||
| zip_code | No | ||
| full_name | No | ||
| contact_id | Yes | ||
| phone_extra1 | No | Second phone number. | |
| phone_extra2 | No | Third phone number. | |
| is_collaborator | No | Marks the contact as someone you work with rather than sell to. false removes the mark. |