update_contact
Modify contact details in ChartMogul, including name, email, phone, and custom fields, to maintain accurate customer relationship data.
Instructions
[ChartMogul API] Update contact information. MODIFIABLE: first_name, last_name, position, title, email, phone, linked_in, twitter, notes, custom (array of key-value objects). Custom format: [{"key": "department", "value": "Sales"}]. Provide in data dict. Returns updated contact object. REQUIRED: uuid (string), data (dict)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| data | Yes |