Overview
Connect ClickUp with Flows360
All-in-one productivity platform
Use the ClickUp connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 90 actions and 30 triggers.
Available actions
- Create Task
- Create Task From Template
- Create Folderless List
- Create Task Comment
- Create Subtask
- Create Channel
- Create Channel in Space/Folder/List
- Create Message
- Plus 82 additional declared actions.
Available triggers
- Task Created
- Task Updated
- Task Deleted
- Task Priority Updated
- Task Status Updated
- Task Assignee Updated
- Plus 24 additional declared triggers.
The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.
Technical guide
Technical reference
Package identity
- Connector: ClickUp
- Package:
@activepieces/piece-clickup@0.8.0 - Exact artifact digest:
sha256:ad2d81678e95e4af3f3d388c99f96662e35c18291a941c3be52df7ec9118150e - Runtime: Activepieces-compatible deterministic worker
- Source: the exact reviewed Activepieces source
Authentication
OAUTH2. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.
Action contracts
- Create Task (
create_task), Create a new task in a ClickUp workspace and list Classification: read. - Create Task From Template (
create_task_from_template), Create a new task from Template Classification: read. - Create Folderless List (
create_folderless_list), Create a new folderless list in a ClickUp workspace and space Classification: read. - Create Task Comment (
create_task_comments), Creates a comment on a task in ClickUp Classification: read. - Create Subtask (
create_subtask), Creates a subtask in ClickUp Classification: read. - Create Channel (
create_channel), Creates a channel in a ClickUp workspace Classification: read. - Create Channel in Space/Folder/List (
create_channel_in_space_folder_list), Creates a channel in a ClickUp workspace in a space, folder or list Classification: read. - Create Message (
create_message), Creates a message in a ClickUp channel Classification: read. - Create Message Reaction (
create_message_reaction), Creates a reaction to a message in a ClickUp channel Classification: read. - Create Message Reply (
create_message_reply), Creates a reply to a message in a ClickUp channel Classification: read. - Get List (
get_list), Gets a list in a ClickUp Classification: read. - Get Task (
get_list_task), Gets a task in a ClickUp list Classification: read. - Get Task by Name (
get_task_by_name), Fetches a task by name in a ClickUp list Classification: read. - Get Space (
get_space), Gets a space in a ClickUp Classification: read. - Get Spaces (
get_spaces), Gets spaces in a ClickUp workspace Classification: read. - Get Task Comments (
get_task_comments), Gets comments from a task in ClickUp Classification: read. - Get Channel (
get_channel), Gets a channel in a ClickUp workspace Classification: read. - Get Channels (
get_channels), Gets all channels in a ClickUp workspace Classification: read. - Get Channel Messages (
get_channel_messages), Gets all messages in a ClickUp channel Classification: read. - Get Message Reactions (
get_message_reactions), Gets the reactions of a message in a ClickUp channel Classification: read. - Get Message Replies (
get_message_replies), Gets the replies of a message in a ClickUp channel Classification: read. - List Team Tasks (
list_workspace_tasks), Retrieves the tasks that meet specific criteria from a Workspace. Classification: read. - List Time Entries (
list_workspace_time_entries), Retrieves time entries filtered by start and end date. Classification: read. - Update Task (
update_task), Update task in a ClickUp workspace and list Classification: read. - Update Message (
update_message), Updates a message in a ClickUp channel Classification: read. - Delete Message (
delete_message), Deletes a message in a ClickUp channel Classification: read. - Delete Message Reaction (
delete_message_reaction), Deletes a reaction from a message in a ClickUp channel Classification: read. - Delete Task (
delete_task), Delete a task in a workspace and list Classification: read. - Get Accessible Custom Fields (
get_accessible_custom_fields), View the Custom Fields available on tasks in a specific List. Classification: read. - Set Custom Field Value (
set_custom_fields_value), Add data to a Custom field on a task. Classification: read. - Create Checklist Item (
clickup_create_checklist_item), Add an item to a ClickUp checklist Classification: read. - Create Checklist (
clickup_create_checklist), Create a new checklist on a ClickUp task Classification: read. - Delete Checklist Item (
clickup_delete_checklist_item), Delete a single item from a ClickUp checklist Classification: read. - Delete Checklist (
clickup_delete_checklist), Delete a checklist from a ClickUp task Classification: read. - Update Checklist Item (
clickup_update_checklist_item), Edit, resolve, or nest a ClickUp checklist item Classification: read. - Update Checklist (
clickup_update_checklist), Rename or reposition a checklist in ClickUp Classification: read. - Create Task Comment (
clickup_create_task_comment), Creates a comment on a task in ClickUp Classification: read. - Delete Comment (
clickup_delete_comment), Delete a comment in ClickUp Classification: read. - Get Task Comments (
clickup_get_task_comments), Gets comments from a task in ClickUp Classification: read. - Update Comment (
clickup_update_comment), Update an existing comment in ClickUp Classification: read. - Get Accessible Custom Fields (
clickup_get_accessible_custom_fields), View the Custom Fields available on tasks in a specific List. Classification: read. - Create Folder (
clickup_create_folder), Create a new folder in a ClickUp space Classification: read. - Delete Folder (
clickup_delete_folder), Delete a ClickUp folder by its ID Classification: read. - Get Folders (
clickup_get_folders), List all folders in a ClickUp space Classification: read. - Get Folder (
clickup_get_folder), Get a single ClickUp folder by its ID Classification: read. - Update Folder (
clickup_update_folder), Rename an existing ClickUp folder Classification: read. - Create Folderless List (
clickup_create_folderless_list), Create a new list directly under a ClickUp space Classification: read. - Create List (in Folder) (
clickup_create_list), Create a new list inside a ClickUp folder Classification: read. - Delete List (
clickup_delete_list), Delete a ClickUp list by its ID Classification: read. - Get Folderless Lists (
clickup_get_folderless_lists), List the folderless lists directly under a ClickUp space Classification: read. - Get Folder Lists (
clickup_get_folder_lists), List all lists inside a ClickUp folder Classification: read. - Get List Members (
clickup_get_list_members), List the members who have access to a ClickUp list Classification: read. - Get List (
clickup_get_list), Get a single ClickUp list by its ID Classification: read. - Update List (
clickup_update_list), Update an existing ClickUp list Classification: read. - List Workspace Members (
clickup_list_workspace_members), List all members of a ClickUp workspace. Classification: read. - Create Space (
clickup_create_space), Create a new space in a ClickUp workspace Classification: read. - Delete Space (
clickup_delete_space), Delete a ClickUp space by its ID Classification: read. - Get Spaces (
clickup_get_spaces), List all spaces in a ClickUp workspace Classification: read. - Get Space (
clickup_get_space), Get a single ClickUp space by its ID Classification: read. - Update Space (
clickup_update_space), Update an existing ClickUp space Classification: read. - Create Space Tag (
clickup_create_space_tag), Create a new tag in a ClickUp space Classification: read. - Delete Space Tag (
clickup_delete_space_tag), Delete a tag from a ClickUp space Classification: read. - List Space Tags (
clickup_get_space_tags), List all tags defined in a ClickUp space Classification: read. - Update Space Tag (
clickup_update_space_tag), Rename or recolor an existing tag in a ClickUp space Classification: read. - Add Tag To Task (
clickup_add_tag_to_task), Add an existing space tag to a task Classification: read. - Add Task Dependency (
clickup_add_task_dependency), Add a dependency between two tasks Classification: read. - Create Task (
clickup_create_task), Create a new task in a ClickUp workspace and list Classification: read. - Delete Task Dependency (
clickup_delete_task_dependency), Remove a dependency between two tasks Classification: read. - Delete Task (
clickup_delete_task), Delete a task in a workspace and list Classification: read. - Get Bulk Tasks Time In Status (
clickup_get_bulk_tasks_time_in_status), Get how long several tasks have spent in each status Classification: read. - Get Task Members (
clickup_get_task_members), List the members who have access to a task Classification: read. - Get Task (
clickup_get_task), Gets a task in a ClickUp list Classification: read. - Link Tasks (
clickup_link_tasks), Link two tasks together Classification: read. - List List Tasks (
clickup_list_list_tasks), Retrieves the tasks contained in a specific ClickUp list. Classification: read. - List Tasks (
clickup_list_tasks), Retrieves the tasks that meet specific criteria from a Workspace. Classification: read. - Move Task To List (
clickup_move_task_to_list), Move a task to a different list (the task's home list) Classification: read. - Remove Tag From Task (
clickup_remove_tag_from_task), Remove a tag from a task Classification: read. - Remove Task From List (
clickup_remove_task_from_list), Remove a task from an additional list Classification: read. - Set Task Status (
clickup_set_task_status), Set the status of a ClickUp task Classification: read. - Unlink Tasks (
clickup_unlink_tasks), Remove a link between two tasks Classification: read. - Update Task (
clickup_update_task), Update task in a ClickUp workspace and list Classification: read. - Create Time Entry (
clickup_create_time_entry), Create a completed time entry in a ClickUp workspace. Classification: read. - Delete Time Entry (
clickup_delete_time_entry), Delete a time entry by its ID. Classification: read. - Get Running Time Entry (
clickup_get_running_time_entry), Retrieve the time entry currently being tracked. Classification: read. - Get Time Entry (
clickup_get_time_entry), Retrieve a single time entry by its ID. Classification: read. - List Time Entries (
clickup_list_time_entries), Retrieves time entries filtered by start and end date. Classification: read. - Start Time Entry (
clickup_start_time_entry), Start a running timer in a ClickUp workspace. Classification: read. - Stop Time Entry (
clickup_stop_time_entry), Stop the currently running timer in a ClickUp workspace. Classification: read. - Update Time Entry (
clickup_update_time_entry), Update an existing time entry by its ID. Classification: read. - Custom API Call (
custom_api_call), Make a custom API call to a specific endpoint Classification: read.
Trigger contracts
- Task Created, webhook.
- Task Updated, webhook.
- Task Deleted, webhook.
- Task Priority Updated, webhook.
- Task Status Updated, webhook.
- Task Assignee Updated, webhook.
- Task Due Date Updated, webhook.
- Task Tag Updated, webhook.
- Task Moved, webhook.
- Task Comment Posted, webhook.
- Task Comment Updated, webhook.
- Task Time Estimate Updated, webhook.
- Task Time Tracked Updated, webhook.
- List Created, webhook.
- List Updated, webhook.
- List Deleted, webhook.
- Folder Created, webhook.
- Folder Updated, webhook.
- Folder Deleted, webhook.
- Space Created, webhook.
- Space Updated, webhook.
- Space Deleted, webhook.
- Automation Created, webhook.
- Goal Created, webhook.
- Goal Updated, webhook.
- Goal Deleted, webhook.
- Key Result Created, webhook.
- Key Result Updated, webhook.
- Key Result Deleted, webhook.
- Task Tag Updated, webhook.
Verification
Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Capability summary
Authentication
Authentication method: OAuth 2.0
Authentication profiles
connection · oauth2
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Create Task | Yes | No | Create a new task in a ClickUp workspace and list |
| Create Task From Template | Yes | No | Create a new task from Template |
| Create Folderless List | Yes | No | Create a new folderless list in a ClickUp workspace and space |
| Create Task Comment | Yes | No | Creates a comment on a task in ClickUp |
| Create Subtask | Yes | No | Creates a subtask in ClickUp |
| Create Channel | Yes | No | Creates a channel in a ClickUp workspace |
| Create Channel in Space/Folder/List | Yes | No | Creates a channel in a ClickUp workspace in a space, folder or list |
| Create Message | Yes | No | Creates a message in a ClickUp channel |
| Create Message Reaction | Yes | No | Creates a reaction to a message in a ClickUp channel |
| Create Message Reply | Yes | No | Creates a reply to a message in a ClickUp channel |
| Get List | Yes | No | Gets a list in a ClickUp |
| Get Task | Yes | No | Gets a task in a ClickUp list |
| Get Task by Name | Yes | No | Fetches a task by name in a ClickUp list |
| Get Space | Yes | No | Gets a space in a ClickUp |
| Get Spaces | Yes | No | Gets spaces in a ClickUp workspace |
| Get Task Comments | Yes | No | Gets comments from a task in ClickUp |
| Get Channel | Yes | No | Gets a channel in a ClickUp workspace |
| Get Channels | Yes | No | Gets all channels in a ClickUp workspace |
| Get Channel Messages | Yes | No | Gets all messages in a ClickUp channel |
| Get Message Reactions | Yes | No | Gets the reactions of a message in a ClickUp channel |
| Get Message Replies | Yes | No | Gets the replies of a message in a ClickUp channel |
| List Team Tasks | Yes | No | Retrieves the tasks that meet specific criteria from a Workspace. |
| List Time Entries | Yes | No | Retrieves time entries filtered by start and end date. |
| Update Task | Yes | No | Update task in a ClickUp workspace and list |
| Update Message | Yes | No | Updates a message in a ClickUp channel |
| Delete Message | Yes | No | Deletes a message in a ClickUp channel |
| Delete Message Reaction | Yes | No | Deletes a reaction from a message in a ClickUp channel |
| Delete Task | Yes | No | Delete a task in a workspace and list |
| Get Accessible Custom Fields | Yes | No | View the Custom Fields available on tasks in a specific List. |
| Set Custom Field Value | Yes | No | Add data to a Custom field on a task. |
| Create Checklist Item | Yes | No | Add an item to a ClickUp checklist |
| Create Checklist | Yes | No | Create a new checklist on a ClickUp task |
| Delete Checklist Item | Yes | No | Delete a single item from a ClickUp checklist |
| Delete Checklist | Yes | No | Delete a checklist from a ClickUp task |
| Update Checklist Item | Yes | No | Edit, resolve, or nest a ClickUp checklist item |
| Update Checklist | Yes | No | Rename or reposition a checklist in ClickUp |
| Create Task Comment | Yes | No | Creates a comment on a task in ClickUp |
| Delete Comment | Yes | No | Delete a comment in ClickUp |
| Get Task Comments | Yes | No | Gets comments from a task in ClickUp |
| Update Comment | Yes | No | Update an existing comment in ClickUp |
| Get Accessible Custom Fields | Yes | No | View the Custom Fields available on tasks in a specific List. |
| Create Folder | Yes | No | Create a new folder in a ClickUp space |
| Delete Folder | Yes | No | Delete a ClickUp folder by its ID |
| Get Folders | Yes | No | List all folders in a ClickUp space |
| Get Folder | Yes | No | Get a single ClickUp folder by its ID |
| Update Folder | Yes | No | Rename an existing ClickUp folder |
| Create Folderless List | Yes | No | Create a new list directly under a ClickUp space |
| Create List (in Folder) | Yes | No | Create a new list inside a ClickUp folder |
| Delete List | Yes | No | Delete a ClickUp list by its ID |
| Get Folderless Lists | Yes | No | List the folderless lists directly under a ClickUp space |
| Get Folder Lists | Yes | No | List all lists inside a ClickUp folder |
| Get List Members | Yes | No | List the members who have access to a ClickUp list |
| Get List | Yes | No | Get a single ClickUp list by its ID |
| Update List | Yes | No | Update an existing ClickUp list |
| List Workspace Members | Yes | No | List all members of a ClickUp workspace. |
| Create Space | Yes | No | Create a new space in a ClickUp workspace |
| Delete Space | Yes | No | Delete a ClickUp space by its ID |
| Get Spaces | Yes | No | List all spaces in a ClickUp workspace |
| Get Space | Yes | No | Get a single ClickUp space by its ID |
| Update Space | Yes | No | Update an existing ClickUp space |
| Create Space Tag | Yes | No | Create a new tag in a ClickUp space |
| Delete Space Tag | Yes | No | Delete a tag from a ClickUp space |
| List Space Tags | Yes | No | List all tags defined in a ClickUp space |
| Update Space Tag | Yes | No | Rename or recolor an existing tag in a ClickUp space |
| Add Tag To Task | Yes | No | Add an existing space tag to a task |
| Add Task Dependency | Yes | No | Add a dependency between two tasks |
| Create Task | Yes | No | Create a new task in a ClickUp workspace and list |
| Delete Task Dependency | Yes | No | Remove a dependency between two tasks |
| Delete Task | Yes | No | Delete a task in a workspace and list |
| Get Bulk Tasks Time In Status | Yes | No | Get how long several tasks have spent in each status |
| Get Task Members | Yes | No | List the members who have access to a task |
| Get Task | Yes | No | Gets a task in a ClickUp list |
| Link Tasks | Yes | No | Link two tasks together |
| List List Tasks | Yes | No | Retrieves the tasks contained in a specific ClickUp list. |
| List Tasks | Yes | No | Retrieves the tasks that meet specific criteria from a Workspace. |
| Move Task To List | Yes | No | Move a task to a different list (the task's home list) |
| Remove Tag From Task | Yes | No | Remove a tag from a task |
| Remove Task From List | Yes | No | Remove a task from an additional list |
| Set Task Status | Yes | No | Set the status of a ClickUp task |
| Unlink Tasks | Yes | No | Remove a link between two tasks |
| Update Task | Yes | No | Update task in a ClickUp workspace and list |
| Create Time Entry | Yes | No | Create a completed time entry in a ClickUp workspace. |
| Delete Time Entry | Yes | No | Delete a time entry by its ID. |
| Get Running Time Entry | Yes | No | Retrieve the time entry currently being tracked. |
| Get Time Entry | Yes | No | Retrieve a single time entry by its ID. |
| List Time Entries | Yes | No | Retrieves time entries filtered by start and end date. |
| Start Time Entry | Yes | No | Start a running timer in a ClickUp workspace. |
| Stop Time Entry | Yes | No | Stop the currently running timer in a ClickUp workspace. |
| Update Time Entry | Yes | No | Update an existing time entry by its ID. |
| Custom API Call | Yes | No | Make a custom API call to a specific endpoint |
| Task Created | Yes | No | webhook trigger declared by the pinned package. |
| Task Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Deleted | Yes | No | webhook trigger declared by the pinned package. |
| Task Priority Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Status Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Assignee Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Due Date Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Tag Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Moved | Yes | No | webhook trigger declared by the pinned package. |
| Task Comment Posted | Yes | No | webhook trigger declared by the pinned package. |
| Task Comment Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Time Estimate Updated | Yes | No | webhook trigger declared by the pinned package. |
| Task Time Tracked Updated | Yes | No | webhook trigger declared by the pinned package. |
| List Created | Yes | No | webhook trigger declared by the pinned package. |
| List Updated | Yes | No | webhook trigger declared by the pinned package. |
| List Deleted | Yes | No | webhook trigger declared by the pinned package. |
| Folder Created | Yes | No | webhook trigger declared by the pinned package. |
| Folder Updated | Yes | No | webhook trigger declared by the pinned package. |
| Folder Deleted | Yes | No | webhook trigger declared by the pinned package. |
| Space Created | Yes | No | webhook trigger declared by the pinned package. |
| Space Updated | Yes | No | webhook trigger declared by the pinned package. |
| Space Deleted | Yes | No | webhook trigger declared by the pinned package. |
| Automation Created | Yes | No | webhook trigger declared by the pinned package. |
| Goal Created | Yes | No | webhook trigger declared by the pinned package. |
| Goal Updated | Yes | No | webhook trigger declared by the pinned package. |
| Goal Deleted | Yes | No | webhook trigger declared by the pinned package. |
| Key Result Created | Yes | No | webhook trigger declared by the pinned package. |
| Key Result Updated | Yes | No | webhook trigger declared by the pinned package. |
| Key Result Deleted | Yes | No | webhook trigger declared by the pinned package. |
| Task Tag Updated | Yes | No | webhook trigger declared by the pinned package. |
Supported actions
Create Task · Read
Create a new task in a ClickUp workspace and list
create_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task inname· string · Required, The name of taskstatus_id· string · Optional, The ID of Clickup Issue Statuspriority_id· string · Optional, The ID of Clickup Issue Priorityassignee_id· array · Optional, ID of assignee for Clickup Taskdescription· string · Optional, The description of taskis_markdown· boolean · Optional, Is the description in markdown formatdue_date· string · Optional, The due date of the taskdue_date_time· boolean · Optional, Whether to include time in the due datestart_date· string · Optional, The start date of the taskstart_date_time· boolean · Optional, Whether to include time in the start datetime_estimate· number · Optional, The time estimate for the task in millisecondscheck_required_custom_fields· boolean · Optional, Re-enable required custom fields validation for the taskcustom_fields_info· string · Optional, Select custom fieldsnnFor custom dropdown fields, choose a dropdown value based on the index (in the list, the first option is index 0, second is 1, third is 2, etc.)custom_fields· object · Required
Create Task From Template · Read
Create a new task from Template
create_task_from_template · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intemplate_id· string · Required, The ID of Clickup Task Templatename· string · Required, The name of the task to create
Create Folderless List · Read
Create a new folderless list in a ClickUp workspace and space
create_folderless_list · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inname· string · Required, The name of the list to create
Create Task Comment · Read
Creates a comment on a task in ClickUp
create_task_comments · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskcomment· string · Required, Comment to make on the taskassignee_id· string · Optional, ID of assignee for Task Comment
Create Subtask · Read
Creates a subtask in ClickUp
create_subtask · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskname· string · Required, The name of the subtask to createstatus_id· string · Optional, The ID of Clickup Issue Statuspriority_id· string · Optional, The ID of Clickup Issue Priorityassignee_id· array · Optional, ID of assignee for Clickup Subtaskdescription· string · Optional, The description of the subtask to createis_markdown· boolean · Optional, Is the description in markdown formatdue_date· string · Optional, The due date of the subtaskdue_date_time· boolean · Optional, Whether to include time in the due datestart_date· string · Optional, The start date of the subtaskstart_date_time· boolean · Optional, Whether to include time in the start datetime_estimate· number · Optional, The time estimate for the subtask in millisecondscheck_required_custom_fields· boolean · Optional, Re-enable required custom fields validation for the subtaskcustom_fields_info· string · Optional, Select custom fieldsnnFor custom dropdown fields, choose a dropdown value based on the index (in the list, the first option is index 0, second is 1, third is 2, etc.)custom_fields· object · Required
Create Channel · Read
Creates a channel in a ClickUp workspace
create_channel · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacename· string · Required, Name of the channeldescription· string · Optional, Description of the channeltopic· string · Optional, Topic of the channelvisibility· string · Required, Visibility of the channel
Create Channel in Space/Folder/List · Read
Creates a channel in a ClickUp workspace in a space, folder or list
create_channel_in_space_folder_list · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacedescription· string · Optional, Description of the channeltopic· string · Optional, Topic of the channellocationType· string · Required, Type of locationlocationId· string · Required, ID of the locationvisibility· string · Required, Visibility of the channel
Create Message · Read
Creates a message in a ClickUp channel
create_message · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacechannel_id· string · Optional, The ID of Clickup Channelcontent· string · Required, Content of the messagetype· string · Required, Type of the message
Create Message Reaction · Read
Creates a reaction to a message in a ClickUp channel
create_message_reaction · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacemessage_id· string · Required, ID of the message to create reaction foremoji· string · Required, Emoji to react with
Create Message Reply · Read
Creates a reply to a message in a ClickUp channel
create_message_reply · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacemessage_id· string · Required, ID of the message to reply tocontent· string · Required, Content of the messagetype· string · Required, Type of the message
Get List · Read
Gets a list in a ClickUp
get_list · Risk: low · Retry: safe
Inputs
list_id· string · Required, The id of the list to get
Get Task · Read
Gets a task in a ClickUp list
get_list_task · Risk: low · Retry: safe
Inputs
task_id· string · Required, The ID of the task to getinclude_subtasks· boolean · Optional, Include subtasks in the response
Get Task by Name · Read
Fetches a task by name in a ClickUp list
get_task_by_name · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_name· string · Required, The name of the task to find
Get Space · Read
Gets a space in a ClickUp
get_space · Risk: low · Retry: safe
Inputs
space_id· string · Required, The ID of the ClickUp space to create the task in
Get Spaces · Read
Gets spaces in a ClickUp workspace
get_spaces · Risk: low · Retry: safe
Inputs
team_id· string · Required, The ID of the ClickUp workspace
Get Task Comments · Read
Gets comments from a task in ClickUp
get_task_comments · Risk: low · Retry: safe
Inputs
task_id· string · Required, The ID of the task to get
Get Channel · Read
Gets a channel in a ClickUp workspace
get_channel · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacechannel_id· string · Optional, The ID of Clickup Channel
Get Channels · Read
Gets all channels in a ClickUp workspace
get_channels · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspaceinclude_hidden· boolean · Optional, Include hidden channelslimit· number · Optional, Limit the number of channels returned
Get Channel Messages · Read
Gets all messages in a ClickUp channel
get_channel_messages · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacechannel_id· string · Optional, The ID of Clickup Channellimit· number · Optional, Limit the number of messages returnedcontent_format· string · Optional, Format the content of the messages
Get Message Reactions · Read
Gets the reactions of a message in a ClickUp channel
get_message_reactions · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacemessage_id· string · Required, ID of the message to get reactions for
Get Message Replies · Read
Gets the replies of a message in a ClickUp channel
get_message_replies · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacemessage_id· string · Required, ID of the message to get replies for
List Team Tasks · Read
Retrieves the tasks that meet specific criteria from a Workspace.
list_workspace_tasks · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· array · Optional, The ID of the ClickUp space to create the task infolder_id· array · Optional, The ID of the ClickUp folderlist_id· array · Optional, The ID of the ClickUp space to create the task inassignees· array · Optional, ID of assignee for Clickup Tasktags· array · Optional, The tags to filter forpage· number · Optional, Page to fetch (starts at 0).reverse· boolean · Optional, Tasks are displayed in reverse order.include_closed· boolean · Optional, Include or exclude closed tasks. By default, they are excluded.order_by· string · Optional, Order by a particular field. By default, tasks are ordered by created.
List Time Entries · Read
Retrieves time entries filtered by start and end date.
list_workspace_time_entries · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacestart_date· string · Optionalend_date· string · Optionalspace_id· string · Optional, The ID of the ClickUp space to create the task infolder_id· string · Optional, The ID of the ClickUp folderlist_id· string · Optional, The ID of the ClickUp space to create the task intask_id· string · Optional, The ID of the ClickUp taskassignee· array · Optional, ID of assignee for Clickup Taskinclude_task_tags· boolean · Optional, Include task tags in the response for time entries associated with tasks.include_location_names· boolean · Optional, Include the names of the List, Folder, and Space along with the list_id, folder_id, and space_id.
Update Task · Read
Update task in a ClickUp workspace and list
update_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskname· string · Optional, The name of the task to updatedescription· string · Optional, The description of the task to updatestatus_id· string · Optional, The ID of Clickup Issue Statuspriority_id· string · Optional, The ID of Clickup Issue Priorityadd_assignee· array · Optional, assignee(s) you want to add for the taskrem_assignee· array · Optional, assignee(s) you want to remove from the task
Update Message · Read
Updates a message in a ClickUp channel
update_message · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacemessage_id· string · Required, ID of the message to updatecontent· string · Required, Content of the messagecontent_format· string · Required, Format of the message content
Delete Message · Read
Deletes a message in a ClickUp channel
delete_message · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacemessage_id· string · Required, ID of the message to delete
Delete Message Reaction · Read
Deletes a reaction from a message in a ClickUp channel
delete_message_reaction · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacemessage_id· string · Required, ID of the message to delete reaction fromreaction_id· string · Required, ID of the reaction to delete
Delete Task · Read
Delete a task in a workspace and list
delete_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp task
Get Accessible Custom Fields · Read
View the Custom Fields available on tasks in a specific List.
get_accessible_custom_fields · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task in
Set Custom Field Value · Read
Add data to a Custom field on a task.
set_custom_fields_value · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Optional, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskfield_id· string · Required, The ID of the ClickUp custom fieldvalue· string · Required, The new value to be set
Create Checklist Item · Read
Add an item to a ClickUp checklist
clickup_create_checklist_item · Risk: low · Retry: safe
Inputs
checklist_id· string · Required, The ID of the checklist to add the item to (from Create Checklist)name· string · Required, The text of the checklist itemassignee· number · Optional, The user ID to assign this checklist item to
Create Checklist · Read
Create a new checklist on a ClickUp task
clickup_create_checklist · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskname· string · Required, The name of the checklist
Delete Checklist Item · Read
Delete a single item from a ClickUp checklist
clickup_delete_checklist_item · Risk: low · Retry: safe
Inputs
checklist_id· string · Required, The ID of the parent checklist (from Create Checklist)checklist_item_id· string · Required, The ID of the checklist item to delete
Delete Checklist · Read
Delete a checklist from a ClickUp task
clickup_delete_checklist · Risk: low · Retry: safe
Inputs
checklist_id· string · Required, The ID of the checklist to delete (from Create Checklist)
Update Checklist Item · Read
Edit, resolve, or nest a ClickUp checklist item
clickup_update_checklist_item · Risk: low · Retry: safe
Inputs
checklist_id· string · Required, The ID of the parent checklist (from Create Checklist)checklist_item_id· string · Required, The ID of the checklist item to updatename· string · Optional, The new text of the checklist itemresolved· boolean · Optional, Whether the checklist item is resolved (checked)assignee· number · Optional, The user ID to assign this checklist item toparent· string · Optional, The ID of another checklist item to nest this one under as a child
Update Checklist · Read
Rename or reposition a checklist in ClickUp
clickup_update_checklist · Risk: low · Retry: safe
Inputs
checklist_id· string · Required, The ID of the checklist to update (from Create Checklist)name· string · Optional, The new name of the checklistposition· number · Optional, The zero-based position of the checklist relative to other checklists on the task
Create Task Comment · Read
Creates a comment on a task in ClickUp
clickup_create_task_comment · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskcomment· string · Required, Comment to make on the taskassignee_id· string · Optional, ID of assignee for Task Comment
Delete Comment · Read
Delete a comment in ClickUp
clickup_delete_comment · Risk: low · Retry: safe
Inputs
comment_id· string · Required, The ID of the comment to delete (from Get Task Comments or Get Threaded Comments)
Get Task Comments · Read
Gets comments from a task in ClickUp
clickup_get_task_comments · Risk: low · Retry: safe
Inputs
task_id· string · Required, The ID of the task to get
Update Comment · Read
Update an existing comment in ClickUp
clickup_update_comment · Risk: low · Retry: safe
Inputs
comment_id· string · Required, The ID of the comment to update (from Get Task Comments or Get Threaded Comments)comment_text· string · Required, The new text of the commentassignee· number · Optional, The user ID to assign the comment toresolved· boolean · Optional, Whether the comment is resolved
Get Accessible Custom Fields · Read
View the Custom Fields available on tasks in a specific List.
clickup_get_accessible_custom_fields · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task in
Create Folder · Read
Create a new folder in a ClickUp space
clickup_create_folder · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inname· string · Required, The name of the folder to create
Delete Folder · Read
Delete a ClickUp folder by its ID
clickup_delete_folder · Risk: low · Retry: safe
Inputs
folder_id· string · Required, The ID of the folder to delete
Get Folders · Read
List all folders in a ClickUp space
clickup_get_folders · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task in
Get Folder · Read
Get a single ClickUp folder by its ID
clickup_get_folder · Risk: low · Retry: safe
Inputs
folder_id· string · Required, The ID of the folder to get
Update Folder · Read
Rename an existing ClickUp folder
clickup_update_folder · Risk: low · Retry: safe
Inputs
folder_id· string · Required, The ID of the folder to updatename· string · Required, The new name for the folder
Create Folderless List · Read
Create a new list directly under a ClickUp space
clickup_create_folderless_list · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inname· string · Required, The name of the list to create
Create List (in Folder) · Read
Create a new list inside a ClickUp folder
clickup_create_list · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task infolder_id· string · Required, The ID of the ClickUp foldername· string · Required, The name of the list to createcontent· string · Optional, Optional description/content for the list
Delete List · Read
Delete a ClickUp list by its ID
clickup_delete_list · Risk: low · Retry: safe
Inputs
list_id· string · Required, The ID of the list to delete
Get Folderless Lists · Read
List the folderless lists directly under a ClickUp space
clickup_get_folderless_lists · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task in
Get Folder Lists · Read
List all lists inside a ClickUp folder
clickup_get_folder_lists · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task infolder_id· string · Required, The ID of the ClickUp folder
Get List Members · Read
List the members who have access to a ClickUp list
clickup_get_list_members · Risk: low · Retry: safe
Inputs
list_id· string · Required, The ID of the list to read members for
Get List · Read
Get a single ClickUp list by its ID
clickup_get_list · Risk: low · Retry: safe
Inputs
list_id· string · Required, The ID of the list to get
Update List · Read
Update an existing ClickUp list
clickup_update_list · Risk: low · Retry: safe
Inputs
list_id· string · Required, The ID of the list to updatename· string · Optional, The new name for the listcontent· string · Optional, The new description/content for the list
List Workspace Members · Read
List all members of a ClickUp workspace.
clickup_list_workspace_members · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspace
Create Space · Read
Create a new space in a ClickUp workspace
clickup_create_space · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacename· string · Required, The name of the space to createmultiple_assignees· boolean · Optional, Allow tasks in this space to have multiple assignees
Delete Space · Read
Delete a ClickUp space by its ID
clickup_delete_space · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task in
Get Spaces · Read
List all spaces in a ClickUp workspace
clickup_get_spaces · Risk: low · Retry: safe
Inputs
team_id· string · Required, The ID of the ClickUp workspace
Get Space · Read
Get a single ClickUp space by its ID
clickup_get_space · Risk: low · Retry: safe
Inputs
space_id· string · Required, The ID of the ClickUp space to create the task in
Update Space · Read
Update an existing ClickUp space
clickup_update_space · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inname· string · Optional, The new name for the spacemultiple_assignees· boolean · Optional, Allow tasks in this space to have multiple assignees
Create Space Tag · Read
Create a new tag in a ClickUp space
clickup_create_space_tag · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inname· string · Required, The name of the new tagtag_fg· string · Optional, Foreground (text) color as a hex value, e.g. #FFFFFFtag_bg· string · Optional, Background color as a hex value, e.g. #000000
Delete Space Tag · Read
Delete a tag from a ClickUp space
clickup_delete_space_tag · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task intag_name· string · Required, The name of the tag to delete
List Space Tags · Read
List all tags defined in a ClickUp space
clickup_get_space_tags · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task in
Update Space Tag · Read
Rename or recolor an existing tag in a ClickUp space
clickup_update_space_tag · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task intag_name· string · Required, The current name of the tag to updatenew_name· string · Required, The new name for the tagtag_fg· string · Optional, Foreground (text) color as a hex value, e.g. #FFFFFFtag_bg· string · Optional, Background color as a hex value, e.g. #000000
Add Tag To Task · Read
Add an existing space tag to a task
clickup_add_tag_to_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp tasktag_name· string · Required, The name of the space tag to add.
Add Task Dependency · Read
Add a dependency between two tasks
clickup_add_task_dependency · Risk: low · Retry: safe
Inputs
task_id· string · Required, The task that the dependency is set on.depends_on· string · Optional, The ID of the task that must be done first (it blocks this task). Provide exactly one of Depends On or Blocks.dependency_of· string · Optional, The ID of the task that this task blocks. Provide exactly one of Depends On or Blocks.
Create Task · Read
Create a new task in a ClickUp workspace and list
clickup_create_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task inname· string · Required, The name of taskstatus_id· string · Optional, The ID of Clickup Issue Statuspriority_id· string · Optional, The ID of Clickup Issue Priorityassignee_id· array · Optional, ID of assignee for Clickup Taskdescription· string · Optional, The description of taskis_markdown· boolean · Optional, Is the description in markdown formatdue_date· string · Optional, The due date of the taskdue_date_time· boolean · Optional, Whether to include time in the due datestart_date· string · Optional, The start date of the taskstart_date_time· boolean · Optional, Whether to include time in the start datetime_estimate· number · Optional, The time estimate for the task in millisecondscheck_required_custom_fields· boolean · Optional, Re-enable required custom fields validation for the taskcustom_fields_info· string · Optional, Select custom fieldsnnFor custom dropdown fields, choose a dropdown value based on the index (in the list, the first option is index 0, second is 1, third is 2, etc.)custom_fields· object · Required
Delete Task Dependency · Read
Remove a dependency between two tasks
clickup_delete_task_dependency · Risk: low · Retry: safe
Inputs
task_id· string · Required, The task the dependency is set on.depends_on· string · Optional, The ID of the task this task depended on. Provide exactly one of Depends On or Blocks.dependency_of· string · Optional, The ID of the task this task blocked. Provide exactly one of Depends On or Blocks.
Delete Task · Read
Delete a task in a workspace and list
clickup_delete_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp task
Get Bulk Tasks Time In Status · Read
Get how long several tasks have spent in each status
clickup_get_bulk_tasks_time_in_status · Risk: low · Retry: safe
Inputs
task_ids· array · Required, The task IDs to read status dwell times for (up to ~100).
Get Task Members · Read
List the members who have access to a task
clickup_get_task_members · Risk: low · Retry: safe
Inputs
task_id· string · Required, The ID of the task to list members for.
Get Task · Read
Gets a task in a ClickUp list
clickup_get_task · Risk: low · Retry: safe
Inputs
task_id· string · Required, The ID of the task to getinclude_subtasks· boolean · Optional, Include subtasks in the response
Link Tasks · Read
Link two tasks together
clickup_link_tasks · Risk: low · Retry: safe
Inputs
task_id· string · Required, The ID of the first task.links_to· string · Required, The ID of the task to link to.
List List Tasks · Read
Retrieves the tasks contained in a specific ClickUp list.
clickup_list_list_tasks · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task inpage· number · Optional, Page to fetch (starts at 0).reverse· boolean · Optional, Tasks are displayed in reverse order.include_closed· boolean · Optional, Include or exclude closed tasks. By default, they are excluded.subtasks· boolean · Optional, Include subtasks in the response.order_by· string · Optional, Order by a particular field. By default, tasks are ordered by created.
List Tasks · Read
Retrieves the tasks that meet specific criteria from a Workspace.
clickup_list_tasks · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· array · Optional, The ID of the ClickUp space to create the task infolder_id· array · Optional, The ID of the ClickUp folderlist_id· array · Optional, The ID of the ClickUp space to create the task inassignees· array · Optional, ID of assignee for Clickup Tasktags· array · Optional, The tags to filter forpage· number · Optional, Page to fetch (starts at 0).reverse· boolean · Optional, Tasks are displayed in reverse order.include_closed· boolean · Optional, Include or exclude closed tasks. By default, they are excluded.order_by· string · Optional, Order by a particular field. By default, tasks are ordered by created.
Move Task To List · Read
Move a task to a different list (the task's home list)
clickup_move_task_to_list · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskdestination_list_id· string · Required, The ID of the list to move the task into (its new home list). Resolve via Get List.
Remove Tag From Task · Read
Remove a tag from a task
clickup_remove_tag_from_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp tasktag_name· string · Required, The name of the space tag to remove.
Remove Task From List · Read
Remove a task from an additional list
clickup_remove_task_from_list · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the task to remove from the list.
Set Task Status · Read
Set the status of a ClickUp task
clickup_set_task_status · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskstatus_id· string · Required, The ID of Clickup Issue Status
Unlink Tasks · Read
Remove a link between two tasks
clickup_unlink_tasks · Risk: low · Retry: safe
Inputs
task_id· string · Required, The ID of the first task.links_to· string · Required, The ID of the task to unlink from.
Update Task · Read
Update task in a ClickUp workspace and list
clickup_update_task · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacespace_id· string · Required, The ID of the ClickUp space to create the task inlist_id· string · Required, The ID of the ClickUp space to create the task intask_id· string · Required, The ID of the ClickUp taskname· string · Optional, The name of the task to updatedescription· string · Optional, The description of the task to updatestatus_id· string · Optional, The ID of Clickup Issue Statuspriority_id· string · Optional, The ID of Clickup Issue Priorityadd_assignee· array · Optional, assignee(s) you want to add for the taskrem_assignee· array · Optional, assignee(s) you want to remove from the task
Create Time Entry · Read
Create a completed time entry in a ClickUp workspace.
clickup_create_time_entry · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacestart· string · Required, When the tracked block started.duration· number · Required, Length of the time entry in milliseconds (e.g. 3600000 for one hour).description· string · Optional, Optional note describing the time entry.space_id· string · Optional, The ID of the ClickUp space to create the task inlist_id· string · Optional, The ID of the ClickUp space to create the task intask_id· string · Optional, The ID of the ClickUp taskbillable· boolean · Optional, Mark the time entry as billable.
Delete Time Entry · Read
Delete a time entry by its ID.
clickup_delete_time_entry · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacetimer_id· string · Required, The ID of the time entry to delete. Obtain it from List Time Entries.
Get Running Time Entry · Read
Retrieve the time entry currently being tracked.
clickup_get_running_time_entry · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspace
Get Time Entry · Read
Retrieve a single time entry by its ID.
clickup_get_time_entry · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacetimer_id· string · Required, The ID of the time entry to retrieve. Obtain it from List Time Entries.
List Time Entries · Read
Retrieves time entries filtered by start and end date.
clickup_list_time_entries · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacestart_date· string · Optionalend_date· string · Optionalspace_id· string · Optional, The ID of the ClickUp space to create the task infolder_id· string · Optional, The ID of the ClickUp folderlist_id· string · Optional, The ID of the ClickUp space to create the task intask_id· string · Optional, The ID of the ClickUp taskassignee· array · Optional, ID of assignee for Clickup Taskinclude_task_tags· boolean · Optional, Include task tags in the response for time entries associated with tasks.include_location_names· boolean · Optional, Include the names of the List, Folder, and Space along with the list_id, folder_id, and space_id.
Start Time Entry · Read
Start a running timer in a ClickUp workspace.
clickup_start_time_entry · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacedescription· string · Optional, Optional note for the running timer.space_id· string · Optional, The ID of the ClickUp space to create the task inlist_id· string · Optional, The ID of the ClickUp space to create the task intask_id· string · Optional, The ID of the ClickUp taskbillable· boolean · Optional, Mark the tracked time as billable.
Stop Time Entry · Read
Stop the currently running timer in a ClickUp workspace.
clickup_stop_time_entry · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspace
Update Time Entry · Read
Update an existing time entry by its ID.
clickup_update_time_entry · Risk: low · Retry: safe
Inputs
workspace_id· string · Required, The ID of the ClickUp workspacetimer_id· string · Required, The ID of the time entry to update. Obtain it from List Time Entries.description· string · Optional, New note for the time entry.start· string · Optional, New start time for the entry.duration· number · Optional, New length of the entry in milliseconds.billable· boolean · Optional, Whether the time entry is billable.
Custom API Call · Read
Make a custom API call to a specific endpoint
custom_api_call · Risk: low · Retry: safe
Inputs
url· object · Requiredmethod· string · Requiredheaders· object · Optional, Authorization headers are injected automatically from your connection.queryParams· object · Optional, Appended to the URL as ?key=value.body_type· string · Optionalbody· object · Optionalresponse_is_binary· boolean · Optional, Enable for files like PDFs, images, etc.failsafe· boolean · Optional, On a failed request, output the error instead of failing the step.timeout· number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).followRedirects· boolean · Optional, Follow 3xx redirects instead of returning them as the response.
Triggers
Task Created · Webhook
Triggered when a new task is created.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Updated · Webhook
Triggered when a task is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Deleted · Webhook
Triggered when a task is deleted.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Priority Updated · Webhook
Triggered when a task priority is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Status Updated · Webhook
Triggered when a task status is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Assignee Updated · Webhook
Triggered when a task assignee is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Due Date Updated · Webhook
Triggered when a task due date is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Tag Updated · Webhook
Triggered when a task tag is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Moved · Webhook
Triggered when a task is moved.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Comment Posted · Webhook
Triggered when a task comment is posted.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Comment Updated · Webhook
Triggered when a task comment is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Time Estimate Updated · Webhook
Triggered when a task time estimate is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Time Tracked Updated · Webhook
Triggered when a task time tracked is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
List Created · Webhook
Triggered when a new list is created.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
List Updated · Webhook
Triggered when a list is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
List Deleted · Webhook
Triggered when a list is deleted.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Folder Created · Webhook
Triggered when a new folder is created.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Folder Updated · Webhook
Triggered when a folder is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Folder Deleted · Webhook
Triggered when a folder is deleted.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Space Created · Webhook
Triggered when a new space is created.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Space Updated · Webhook
Triggered when a space is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Space Deleted · Webhook
Triggered when a space is deleted.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Automation Created · Webhook
Triggered when a new automation is created.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Goal Created · Webhook
Triggered when a new goal is created.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Goal Updated · Webhook
Triggered when a goal is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Goal Deleted · Webhook
Triggered when a goal is deleted.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Key Result Created · Webhook
Triggered when a new key result is created.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Key Result Updated · Webhook
Triggered when a key result is updated.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Key Result Deleted · Webhook
Triggered when a key result is deleted.
Inputs
workspace_id· stringspace_id· stringfolder_id· stringlist_id· stringtask_id· string
Task Tag Updated · Webhook
Triggered when a tag is added or removed or renamed on a task.
Inputs
workspace_id· stringspace_id· stringlist_id· stringtask_id· string
Setup
Setup
- Add the ClickUp connector to the workflow in the target Flows360 Studio instance.
- Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
- Provide the connection fields declared by the pinned package:
- No provider credential fields are declared by the pinned package.
- Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
- Test the workflow in the appropriate environment before enabling production scheduling or event delivery.
Limitations
Limitations and operational notes
- This content describes
@activepieces/piece-clickup@0.8.0; provider behaviour can change independently and should be revalidated when the provider or connector version changes. - Only the 90 actions and 30 triggers declared by this pinned package are represented here.
- Tenant credentials and connection values are not stored in the public connector record.
- Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
- Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Troubleshooting
Why canu2019t the connector authenticate?
Check the tenant connection in Studio and confirm every required ClickUp connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.
Why is an action or trigger unavailable?
Confirm that the workflow is using @activepieces/piece-clickup@0.8.0 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.
What should I check after a provider-side change?
Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.