create_task
Create CRM tasks in ChartMogul by specifying customer details, task description, assignee email, and due date to manage customer relationships and track sales activities.
Instructions
[ChartMogul API] Create CRM task. REQUIRED: customer_uuid (string), task_details (string: max 255 chars), assignee (string: email), due_date (string: ISO 8601 date). OPTIONAL: completed_at (string: ISO 8601 date). All fields in data dict. Returns created task object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |