update_contact
Destructive
Update a contact's information by its unique ID. First use list_contacts to get the ID, then specify fields like name, phone, email, or custom fields obtained via list_fields.
Instructions
Update contact by its ID. Use list_contacts first to find the contact ID. fields: custom fields as a JSON object (e.g. {"field_key": "value"}). Call list_fields first to discover available field keys.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| name | No | ||
| ddi | No | ||
| phone | No | ||
| No | |||
| username | No | ||
| fields | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |