update_customer_note
Modify customer notes or call logs in ChartMogul by updating fields like author email, text content, call duration, and timestamps to maintain accurate customer relationship records.
Instructions
[ChartMogul API] Update customer note/call log. MODIFIABLE: author_email (string), text (string), call_duration (integer: seconds for type "call"), created_at (string: ISO 8601), updated_at (string: ISO 8601). Provide in data dict. Returns updated note object. REQUIRED: uuid (string), data (dict)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| data | Yes |