autotask_update_contact
Update contact record in Autotask PSA by providing contact ID and field values to change. Only specified fields are modified.
Instructions
Update contact record. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID to update | |
| city | No | City | |
| phone | No | Primary phone number | |
| state | No | State/province | |
| title | No | Job title | |
| zipCode | No | Postal/ZIP code | |
| isActive | No | Whether the contact is active | |
| lastName | No | ||
| countryID | No | Country ID (Autotask Countries entity) | |
| firstName | No | ||
| addressLine | No | Address line (primary) | |
| mobilePhone | No | Mobile phone number | |
| addressLine1 | No | Address line 1 (secondary) | |
| emailAddress | No | Primary email address | |
| primaryContact | No | Whether this contact is the primary contact for their company | |
| userDefinedFields | No | User-defined (custom) fields for the contact, as an array of { name, value } objects matching the Autotask REST API shape. Contacts support UDFs (hasUserDefinedFields: true). |