update_contact
Update specific fields on an existing contact. Requires contactId obtained from find_contacts.
Instructions
Update details on an existing contact. Only include the fields you want to change. Use find_contacts first to get the contactId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| No | |||
| phone | No | ||
| state | No | ||
| status | No | Lead temperature | |
| address | No | Street address | |
| zipCode | No | ||
| address2 | No | Apartment, suite, unit, etc. | |
| birthday | No | ISO 8601 date, e.g. 1985-04-23 | |
| lastName | No | ||
| contactId | Yes | Id of the contact to update (from find_contacts). | |
| firstName | No | ||
| middleName | No | ||
| anniversary | No | ISO 8601 date, e.g. 2012-09-15 | |
| preferredName | No | Nickname / what they go by |