Basic Information

appmixer.clickup.core.CreateTask

1.0.0

Public

Create a new task in ClickUp.

Input Ports

in

FieldTypeDescription
Space ID text Enter a Space ID or select it from the picker.
List ID text Enter a List ID or select it from the picker.
Name text Specify the name of the task.
Description text Specify the description of the task.
Tags text A comma separated list of Tags.
Status select Specify the task status.
Priority select Specify the priority of the task.
Due Date date-time Specify the due date of the task.
Due Date Time toggle If true, the time of due date will be included.
Start Date date-time Specify the start date of the task.
Start Date Time toggle If true, the time of start date will be included.
Notify All toggle If 'Notify All' is true, notifications will be sent to everyone including the creator of the comment.
Parent Id text

You can create a subtask by including an existing task ID.

The parent task ID you include cannot be a subtask, and must be in the same List specified in the path parameter.

Output Ports

out

FieldTypeDescription
Task ID string -
Custom ID string -
Name string -
Text Content string -
Description string -
Status object -
Order Index string -
Date Created string -
Date Updated string -
Date Closed string -
User object -
Assignees array -
Watchers array -
Tags array -
Priority object -
Due Date string -
Start Date string -
Time Estimate (ms) number -
Custom Fields array -
URL string -
List object -
Project object -
Folder object -
Space object -

Full Metadata