Update a contact
update_contactUpdate a CRM contact's details by supplying only the fields to change. Note: tags replace the existing list, so include all tags to retain.
Instructions
Update a CRM contact. Only supplied fields change. Tags replace the existing list rather than merging, so retained tags must be included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| No | |||
| notes | No | ||
| lastName | No | ||
| contactId | Yes | ||
| firstName | No | ||
| phoneNumber | No | ||
| accountOwnerId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The contactId other tools take | |
| tags | No | ||
| No | |||
| notes | No | ||
| lastName | No | ||
| createdAt | No | ||
| firstName | No | ||
| phoneNumber | No | ||
| accountOwnerId | No |