update_contact
Update a contact's details by providing the UUID and only the fields you want to change. Allows modification of name, email, phone, company, notes, or birthday.
Instructions
Update an existing contact. Only send the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact UUID | |
| No | Email address | ||
| notes | No | Notes about the contact | |
| phone | No | Phone number | |
| company | No | Company name | |
| birthday | No | Birthday as ISO date string (YYYY-MM-DD), e.g. '1980-02-14'. Set to null to clear. | |
| last_name | No | Last name | |
| first_name | No | First name |