update_contact
Update a contact's details and manage group membership by specifying the complete list of group IDs.
Instructions
Update a contact. To add/remove contact from groups, provide the complete list of group IDs the contact should be a member of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID to update | |
| firstname | No | First name | |
| lastname | No | Last name | |
| mobile_number | No | Mobile phone number | |
| home_number | No | Home phone number | |
| No | Email address | ||
| address | No | Street address | |
| postal_code | No | Postal/ZIP code | |
| city | No | City | |
| birthday | No | Birthday | |
| notes | No | Notes | |
| avatar | No | Avatar image URL | |
| groups | No | Complete array of group IDs the contact should be a member of (replaces existing groups) |