Skip to main content

ClickUp

ClickUp project management integration for workspace, space, folder, list, task, and comment operations. Provides full CRUD for all resource types. Supports two auth modes: API key (personal token) or OAuth2. Connect node stores the HTTP client in flow scope for use by other nodes.

NamespaceRobomotion.ClickUp
Version1.1.0
CategoryProject Management, Productivity
Nodes28

Nodes

NodeDescription
ConnectOpens a connection to ClickUp and returns a Client ID.
DisconnectCloses a ClickUp connection.
Get WorkspacesGets workspaces in ClickUp.
Create SpaceCreates a space in ClickUp.
Get SpaceGets a space in ClickUp.
List SpacesLists spaces in ClickUp.
Update SpaceUpdates a space in ClickUp.
Delete SpaceDeletes a space in ClickUp.
Create FolderCreates a folder in ClickUp.
Get FolderGets a folder in ClickUp.
List FoldersLists folders in ClickUp.
Update FolderUpdates a folder in ClickUp.
Delete FolderDeletes a folder in ClickUp.
Create ListCreates a list in ClickUp.
Get ListGets a list in ClickUp.
List ListsLists lists in ClickUp.
Update ListUpdates a list in ClickUp.
Delete ListDeletes a list in ClickUp.
Create TaskCreates a task in ClickUp.
Get TaskGets a task in ClickUp.
List TasksLists tasks in ClickUp.
Update TaskUpdates a task in ClickUp.
Delete TaskDeletes a task in ClickUp.
Create CommentCreates a comment in ClickUp.
List CommentsLists comments in ClickUp.
Update CommentUpdates a comment in ClickUp.
Delete CommentDeletes a comment in ClickUp.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

27 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Get Workspaces, Create Space, Get Space, List Spaces, Update Space, Delete Space, Create Folder, Get Folder, List Folders, Update Folder, Delete Folder, Create List, Get List, List Lists, Update List, Delete List, Create Task, Get Task, List Tasks, Update Task, Delete Task, Create Comment, List Comments, Update Comment, Delete Comment.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.