update_contact
Update an existing contact's details using partial updates: only the fields you provide are changed, leaving the rest intact.
Instructions
Update an existing contact. Only provided fields are modified (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the contact to update | |
| tags | No | JSON array of tags | |
| No | Email address | ||
| notes | No | Free-text notes | |
| phone | No | Phone number | |
| status | No | Contact status | |
| address | No | Postal address | |
| company | No | Company name | |
| birthday | No | Birthday (YYYY-MM-DD) | |
| lastName | No | Last name | |
| firstName | No | First name | |
| interests | No | JSON array of interests | |
| languages | No | JSON array of language codes | |
| nextAction | No | Next action to take | |
| profession | No | Job title / profession | |
| trustLevel | No | Trust level 1-5 | |
| websiteUrl | No | Website URL | |
| meetingDate | No | When you met (ISO 8601 date-time) | |
| meetingPlace | No | Where you met this person | |
| nextActionDate | No | Deadline for next action (YYYY-MM-DD) | |
| isRecommendable | No | Whether this contact can be recommended | |
| potentialRevenue | No | Potential revenue in euros | |
| preferredChannel | No | Preferred communication channel | |
| opportunityStatus | No | 1=Opportunity, 2=To explore, 3=Not interesting | |
| recommendationNote | No | Note about recommendation |