ClickUp icon

ClickUp

Work management platform for spaces, folders, lists, tasks, docs, comments, goals, and time tracking.

Handles ClickUp work management across spaces, folders, lists, tasks, checklists, comments, and new work items.

Example Use Cases

These are the ClickUp actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Create a task

Creates a new ClickUp task in a specific list, optionally as a subtask if a `parent` task ID (which cannot be a subtask itself and must be in the same list) is provided.

Create Doc

Tool to create a new ClickUp Doc in a Workspace (v3 Docs API) and return the new doc_id for follow-up page/content operations. Use when you need to create a new document in ClickUp.

Create Doc Page

Tool to create a page in a ClickUp Doc (v3 Docs API). Use when you need to add a new page to an existing document, either as a root page or as a sub-page under a parent page.

Create folder

Creates a new ClickUp Folder within the specified Space, which must exist and be accessible.

Create list

Creates a new list in ClickUp within an existing folder. This action requires a folder_id - lists cannot be created directly in a Space using this action. If you need to create a list directly in a Space (without placing it in a folder), use the 'CLICKUP_CREATE_FOLDERLESS_LIST' action with space_id instead.

Create task comment

Adds a comment to a ClickUp task; `team_id` is required if `custom_task_ids` is true.

Create threaded comment

Tool to create a threaded reply to a comment in ClickUp. Use when you need to respond to an existing comment with context.

Delete chat channel

Tool to delete a chat channel in ClickUp. Use when you need to permanently remove a chat channel from a workspace.

Delete task

Permanently deletes a task, using its standard ID or a custom task ID (requires `custom_task_ids=true` and `team_id`).

Get Doc Page Content

Tool to fetch a single ClickUp Doc page's content and metadata by workspace_id + doc_id + page_id (v3 Docs API). Use when you need to read the content of a specific page without fetching the entire Doc.