update_contact
Update an existing contact's details such as name, email, phone, and job title using the contact ID and client ID.
Instructions
Update an existing contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID (slug) | |
| name | Yes | Contact name | |
| No | Contact email | ||
| phone | No | Contact phone number | |
| client_id | Yes | Client ID (slug) | |
| job_title | No | Contact job title |