update_contact
Update an existing IT Glue contact's details, including name, type, location, title, notes, emails, and phone numbers.
Instructions
Update an existing contact in IT Glue.
Args: contact_id: The IT Glue contact ID first_name: New first name last_name: New last name contact_type_id: New contact type ID location_id: New location ID title: New job title important: New important flag notes: New notes contact_emails: New list of email objects contact_phones: New list of phone objects
Returns: JSON string with the updated contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | No | ||
| important | No | ||
| last_name | No | ||
| contact_id | Yes | ||
| first_name | No | ||
| location_id | No | ||
| contact_emails | No | ||
| contact_phones | No | ||
| contact_type_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |