contacts_update_contact
Update an existing contact by providing only the fields to change. Modify name, emails, phones, org, notes, or address book membership using JSON patch.
Instructions
Update an existing contact card via JSON patch.
Only the fields you provide will be changed; omitted fields are left as-is.
Args: contact_id: ID of the ContactCard to update. name: New full display name. emails: Replace all email addresses with this list. phones: Replace all phone numbers with this list. org: Replace organization name. notes: Replace notes. address_book_ids: Replace address book membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | ||
| name | No | ||
| emails | No | ||
| phones | No | ||
| org | No | ||
| notes | No | ||
| address_book_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |