update_contact
Update an existing contact's details by providing the contact ID and specifying the fields to change, such as email, phone, title, company, status, and tags.
Instructions
Update an existing contact's fields. You must provide the contact_id (use search_contacts to find it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Replaces the contact's entire tag list. | |
| No | |||
| phone | No | ||
| title | No | ||
| status | No | New contact status: new, contacted, replied, interested, meeting_booked, not_interested, unsubscribed. | |
| company | No | ||
| confirmed | No | Required when marking a contact not_interested or unsubscribed. | |
| last_name | No | ||
| contact_id | Yes | ID of the contact to update. | |
| first_name | No | ||
| idempotency_key | No | Optional stable key to prevent duplicate write execution on retries. |