Overview
Add ClickUp to any ModuleX agent or workflow. ClickUp project management integration via the v2 REST API. Pure HTTP. 23 actions across workspaces, spaces, folders, lists, tasks, comments, tags, and team members.Authentication
API Key Authentication
Authenticate using your ClickUp Personal API TokenRequired Credentials
Available Actions
get_spaces — List spaces in a team
get_spaces — List spaces in a team
create_space — Create a new space in a team
create_space — Create a new space in a team
get_folders — List folders in a space
get_folders — List folders in a space
create_folder — Create a folder in a space
create_folder — Create a folder in a space
get_lists — List lists in a folder OR folderless lists in a space (exactly one of folder_id/space_id required)
get_lists — List lists in a folder OR folderless lists in a space (exactly one of folder_id/space_id required)
create_list — Create a list in a folder OR folderless list in a space
create_list — Create a list in a folder OR folderless list in a space
get_tasks — List tasks in a list with filters + pagination
get_tasks — List tasks in a list with filters + pagination
Parameters
false)false)false)0)false)Response
get_task — Get a specific task
get_task — Get a specific task
create_task — Create a task in a list
create_task — Create a task in a list
Parameters
false)false)true)Response
update_task — Update fields on an existing task
update_task — Update fields on an existing task
Parameters
false)Response
delete_task — Delete a task permanently
delete_task — Delete a task permanently
get_task_comments — Get comments on a task
get_task_comments — Get comments on a task
create_task_comment — Add a comment to a task
create_task_comment — Add a comment to a task
search_tasks — Search tasks across a team with filters. ``query`` is applied as a client-side substring filter on name + description (ClickUp has no full-text search API).
search_tasks — Search tasks across a team with filters. ``query`` is applied as a client-side substring filter on name + description (ClickUp has no full-text search API).
add_tag_to_task — Attach a tag to a task by name
add_tag_to_task — Attach a tag to a task by name
remove_tag_from_task — Detach a tag from a task by name
remove_tag_from_task — Detach a tag from a task by name