create_list_in_folder
Create a new list inside a ClickUp folder. Optionally set description, due date, priority, default assignee, and status. Returns the created list ID.
Instructions
Create a new List inside a Folder, optionally setting its description, due date, priority, default assignee and status. Returns the created List with its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ID of the Folder to create the List in. | |
| name | Yes | Name for the new List. | |
| content | No | List description / notes shown at the top of the List. | |
| due_date | No | Due date for the List. Accepts natural language ('tomorrow', 'in 3 days'), ISO date, or epoch milliseconds. | |
| due_date_time | No | If true, the due_date includes a specific time of day (not just a date). | |
| priority | No | Priority: 1=urgent, 2=high, 3=normal, 4=low. | |
| assignee | No | User id set as the default assignee for new tasks in the List. | |
| status | No | List color/status name (the List's accent label). |