clickup_task_create
Create new tasks in ClickUp lists with details like assignees, due dates, priorities, and descriptions to organize work efficiently.
Instructions
Create a new task in a ClickUp list
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignees | No | List of assignee user IDs | |
| description | No | Task description (markdown supported) | |
| due_date | No | Due date as Unix timestamp (milliseconds) | |
| list_id | Yes | List ID to create the task in | |
| name | Yes | Task name | |
| priority | No | Priority (1=urgent, 2=high, 3=normal, 4=low) | |
| status | No | Task status | |
| tags | No | List of tag names |