create_list
Create a new list in a ClickUp folder or space by providing either folder_id or space_id. Configure name, status, content, assignee, due date, and priority.
Instructions
Create a new list in a ClickUp folder or space. Provide either folder_id or space_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the list | |
| status | No | Status of the list | |
| content | No | Description/content of the list | |
| assignee | No | User ID to assign | |
| due_date | No | Due date as ms timestamp | |
| priority | No | Priority: 1=Urgent, 2=High, 3=Normal, 4=Low | |
| space_id | No | The ID of the space (optional if folder_id given) | |
| folder_id | No | The ID of the folder (optional if space_id given) | |
| due_date_time | No | Whether due date includes time |