updateContact
updateContactModify a contact's details in Zenskar. Supports updating specific fields like name, email, or notification preferences without overwriting other data.
Instructions
Update an existing contact's details. Supports partial updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | The unique identifier of the contact to update. | |
| customer | No | The customer ID (UUID) this contact belongs to. | |
| first_name | No | Updated first name. | |
| last_name | No | Updated last name. | |
| No | Updated email address. | ||
| send_contract | No | Whether to send contracts to this contact. | |
| send_invoice | No | Whether to send invoices to this contact. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |