update_contact
Find a contact by ID or name and update their details including name, organization, phone, email, and notes.
Instructions
Update a unique Contacts record by id or name match.
Args: identifier: Contact id or name text first_name: Optional replacement first name last_name: Optional replacement last name organization: Optional replacement organization/company phone: Optional phone number to add email: Optional email address to add note: Optional replacement note
Returns: Structured JSON with the updated contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| No | |||
| phone | No | ||
| last_name | No | ||
| first_name | No | ||
| identifier | Yes | ||
| organization | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |