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.

Sign in to connect ClickUp

Sign in to connect an account and start using ClickUp in your apps.

Example Use Cases

These are example ways Snow can use ClickUp when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Add dependency

Adds a 'waiting on' or 'blocking' dependency to a task, requiring either `depends_on` (task becomes waiting on) or `dependency_of` (task becomes blocking), but not both; `team_id` is required if `custom_task_ids` is true.

Add guest to folder

Adds a guest to a folder with specified permissions; requires a ClickUp Enterprise Plan.

Add guest to list

Shares a ClickUp List with an existing guest user, granting them specified permissions; requires the Workspace to be on the ClickUp Enterprise Plan.

Add guest to task

Assigns a guest to a task with specified permissions; requires ClickUp Enterprise Plan, and `team_id` if `custom_task_ids` is true.

Add tag to task

Adds an existing tag to a specified task; team_id is required if custom_task_ids is true.

Add tags from time entries

Associates a list of specified tags with one or more time entries within a given Team (Workspace).

Add task link

Links two existing and accessible ClickUp tasks, identified by `task_id` (source) and `links_to` (target).

Add task to list

Adds an existing task to an additional ClickUp List; the "Tasks in Multiple Lists" ClickApp must be enabled in the Workspace for this.

Change tag names from time entries

Updates the name, background color, and/or foreground color for an existing time entry tag, identified by its current `name` and `team_id`.

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.