Actions
Create Task
Create a new task.
To learn more, visit the ClickUp documentation.
Basic Parameters
Parameter | Description |
---|---|
Assignees | A comma separated list of the assignees IDs to add to the task. |
Custom Fields | The custom fields values to add to the task. |
Description | The description of the task. |
Folder ID | The ID of the folder. |
List ID | The ID of the list.To get the list ID:- Use the action Get Lists . |
-
Or, get it from the ClickUp platform:
- In the Sidebar, hover over the List and click the ellipsis … menu.
- Select Copy link.
- Use the copied URL to find the listId. The listId is the number that follows /li in the URL. |
| Parent Task | Add an existing task ID to create a subtask.The parent
task ID
you include cannot be a subtask, and must be in the same List specified in theList ID
parameter. | | Priority | The priority of the task. | | Space ID | The ID of the space. | | Status | The status of the task. For exampleOpen
. | | Tags | A comma separated list of the tags names to add to the task. | | Task Links To | Include a task ID to create a linked dependency with your new task. | | Task Name | The name of the task. | | Team ID | The ID of the team (Workspace team type). |
Advanced Parameters
Parameter | Description |
---|---|
Check Required Custom Fields | When creating a task via API any required Custom Fields are ignored by default (false).You can enforce required Custom Fields by setting this parameter to true. |
Custom Task IDs | If you want to reference a task by its custom task id, this value must be true. |
Example Output
Workflow Library Example
Create Task with Clickup and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?