update_contact
Update a contact's name, properties, or unsubscribe status by ID or email. Include the domain when using an email address to select the correct contact pool.
Instructions
Update a contact by id or email (PATCH /contacts/:id). Pass domain when addressing by EMAIL (picks the pool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The contact id OR email address. | |
| domain | No | Disambiguates an EMAIL id across domains (omit for a contact id). | |
| last_name | No | ||
| first_name | No | ||
| properties | No | Custom contact properties. | |
| unsubscribed | No |