itglue_update_contact
Update an existing contact's details including name, title, contact type, location, emails, and phone numbers by providing the contact ID.
Instructions
Update a contact by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact id (required). | |
| firstName | No | ||
| lastName | No | ||
| title | No | ||
| notes | No | ||
| important | No | ||
| contactTypeId | No | ||
| locationId | No | ||
| contactEmails | No | Array of {value, label-name, primary}. label-name typical values: 'Work', 'Home', 'Other'. | |
| contactPhones | No | Array of {value, label-name, primary, extension}. |