create_task
Create a task in Zoho Projects with project ID and name. Set optional start/end dates, duration, priority, assignee, tasklist, and HTML description.
Instructions
Create a new task in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| duration | No | Estimated work hours for the task (e.g., 2 for 2 hours, 1.5 for 1.5 hours) | |
| end_date | No | End date (YYYY-MM-DD) | |
| priority | No | Task priority | |
| project_id | Yes | Project ID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| description | No | Task description. IMPORTANT: Use HTML formatting (not Markdown). Use <p>, <strong>, <ul>, <ol>, <li>, <code>, <pre> tags. Markdown will display as raw text. | |
| tasklist_id | No | Tasklist ID to add the task to | |
| assignee_zpuid | No | Assignee user ZPUID |