contacts_update
Update an existing contact's details including name, email, phone, address, and notes using contact ID.
Instructions
Update an existing contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID (required) | |
| customer_id | No | Customer ID | |
| name | No | Contact name | |
| No | Email address | ||
| phone | No | Phone number | |
| mobile | No | Mobile number | |
| title | No | Job title | |
| address1 | No | Address line 1 | |
| address2 | No | Address line 2 | |
| city | No | City | |
| state | No | State | |
| zip | No | ZIP code | |
| notes | No | Notes |