Skip to main content

ClickUp

ClickUp is a productivity platform that provides a wide range of features to manage tasks, projects, and workflows. This integration allows you to perform various actions within ClickUp using a personal token for authentication.

note

To use this integration, you will need to add a personal token as a credential. See the Credentials page for more information.

Create a task

This action will create a new task in a specified list within ClickUp, including options for detailed configurations like assignees and priority.

Fields

  • List ID: The List ID can be found in your ClickUp URL when viewing a list. It's the set of numbers that appears directly after '/l/' or '/li/' in the URL. This is a required field and must be a valid numeric string.

  • Workspace/Team ID: The unique identifier for your Workspace. You can find this in your ClickUp URL when viewing your workspace homepage (app.clickup.com/WORKSPACE_ID). This is a required field and must be a valid numeric string.

  • Task Name: The name or title of the task you want to create. This should be a descriptive title that helps identify the task. This is a required field and can only contain letters, numbers, spaces, underscores, and dashes.

  • Task Description: A detailed description of the task you want to create. Providing a description helps clarify task details. This field is optional.

Output

The output of this action will be the details of the newly created task, including its ID, name, description, and other relevant metadata.

Create a list

This action will allow you to create a new task list within a specific ClickUp folder, with options to set additional properties such as content, due date, priority, and more.

Fields

  • Folder ID: The unique identifier of the folder in which you want to create the new list. You can find the Folder ID in the URL of the folder page in ClickUp. This is a required field and must be a numeric value.

  • List Name: The name you want to assign to the new list. Make sure it's descriptive to easily identify what tasks it contains. This is a required field and must only contain letters, numbers, spaces, and underscores.

Output

The output will include the details of the newly created list, such as its ID, name, and associated folder information.

Create a folder

Add a new Folder to a Space.

Fields

  • Space ID: The unique identifier of the space where the new folder will be created. You can find your Space ID in the URL when viewing a space as a number after '/s/' in the URL. This is a required field and must be a number matching your ClickUp space ID.

  • Folder Name: The name of the new folder you want to create. This should be a descriptive name representing the folder's contents or purpose. This is a required field and cannot be empty.

Output

The output will include the details of the newly created folder, such as its ID, name, and the space it belongs to.

Create a space

Create a new Space within a specified Workspace in ClickUp.

Fields

  • Workspace ID: The Workspace ID can be found in your ClickUp URL when viewing your workspace homepage. It's the string of numbers in the URL. This is a required field and should be a valid number.

  • Space Name: The name of the new space you want to create in ClickUp. Must be unique and different from any existing spaces. This is a required field and cannot be empty.

  • Allow Multiple Assignees: Whether to allow multiple assignees for this space. Set to true or false. This is a required field.

  • Enable Due Dates: Enable or disable due dates feature for the space. Set to true or false. This is a required field.

  • Enable Start Date: Enable or disable start date feature for the space. Set to true or false. This is a required field.

  • Remap Due Dates: Enable or disable remapping of due dates for this space. Set to true or false. This is a required field.

  • Remap Closed Due Dates: Enable or disable remapping of closed due dates. Set to true or false. This is a required field.

  • Enable Time Tracking: Enable or disable time tracking for the space. Set to true or false. This is a required field.

  • Enable Tags: Enable or disable tags feature for the space. Set to true or false. This is a required field.

  • Enable Time Estimates: Enable or disable time estimates for the space. Set to true or false. This is a required field.

  • Enable Checklists: Enable or disable checklists for the space. Set to true or false. This is a required field.

  • Enable Custom Fields: Enable or disable custom fields for the space. Set to true or false. This is a required field.

  • Enable Remap Dependencies: Enable or disable remapping of dependencies for the space. Set to true or false. This is a required field.

  • Enable Dependency Warning: Enable or disable dependency warning for the space. Set to true or false. This is a required field.

  • Enable Portfolios: Enable or disable portfolios for the space. Set to true or false. This is a required field.

Output

The output will include the details of the newly created space, such as its ID, name, and configuration settings.

Create task comment

Add a new comment to a specific task in ClickUp, with options to notify participants.

Fields

  • Task ID: The unique identifier of the task you want to comment on. You can find a task's ID at the end of the URL when you're viewing a task after the '/t/' in the URL. This is a required field and must be a valid task ID without curly braces.

  • Team ID: The unique identifier for your Workspace. You can find this in your ClickUp URL when viewing your workspace homepage. This is a required field and must be a valid numeric team ID.

  • Comment Text: The content of the comment you wish to add to the task. This is a required field and cannot be empty.

  • Notify All: Set to true if you want to notify all users, including the creator of the comment. This is a required field and must be set to either 'true' or 'false'.

Output

The output will include the details of the newly added comment, such as its ID, text, and the task it is associated with.