Tasks & projects
ClickUp
Manage tasks, lists, and docs in ClickUp.
ClickUp unifies tasks, docs, goals, and chat in a single platform, allowing teams to plan, organize, and collaborate across projects with customizable workflows
Triggers0
Things that can wake up your ClickUp coworker.
No triggers published for ClickUp yet — but you can still run it on a schedule or from a chat.
Actions13
Things your coworker can do in ClickUp.
- 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.
CLICKUP_CREATE_DOC - 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.
CLICKUP_CREATE_DOC_PAGE - Create folder
Creates a new ClickUp Folder within the specified Space, which must exist and be accessible.
CLICKUP_CREATE_FOLDER - 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.
CLICKUP_CREATE_LIST - 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.
CLICKUP_CREATE_TASK - Create task comment
Adds a comment to a ClickUp task; `team_id` is required if `custom_task_ids` is true.
CLICKUP_CREATE_TASK_COMMENT - 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.
CLICKUP_CREATE_THREADED_COMMENT - Delete chat channel
Tool to delete a chat channel in ClickUp. Use when you need to permanently remove a chat channel from a workspace.
CLICKUP_DELETE_CHAT_CHANNEL - Delete task
Permanently deletes a task, using its standard ID or a custom task ID (requires `custom_task_ids=true` and `team_id`).
CLICKUP_DELETE_TASK - 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.
CLICKUP_GET_DOC_PAGE_CONTENT - Get task
Retrieves comprehensive details for a ClickUp task by its ID, supporting standard or custom task IDs (requires `team_id` for custom IDs).
CLICKUP_GET_TASK - Move task to new home list
Tool to move a task to a new home List using ClickUp Public API v3. Use when you need to change a task's home list (not just add to additional lists).
CLICKUP_MOVE_TASK_TO_HOME_LIST - Update task
Updates attributes of an existing task; `team_id` is required if `custom_task_ids` is true, use a single space (" ") for `description` to clear it, and provide at least one modifiable field.
CLICKUP_UPDATE_TASK