list_customer_notes
Retrieve customer notes and call logs from ChartMogul to track interactions and maintain customer relationship records. Filter by customer or type to access specific communication history.
Instructions
[ChartMogul API] List customer notes and call logs. LIMIT WARNING: Default limit 20. Discourage requesting more than 20 items to avoid excessive token usage. Returns note objects with: uuid (string: note UUID), customer_uuid (string), type (string: "note" or "call"), author (string), text (string), call_duration (integer: seconds for type "call"), created_at (ISO 8601 datetime), updated_at (ISO 8601 datetime). FILTERS: customer_uuid (string), type (string: "note" or "call"). Response includes cursor/has_more. Example: type="call", customer_uuid="cus_123..."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_uuid | No | ||
| type | No | ||
| limit | No |