ClickUp
Also an agent toolClickUp task and webhook integration for work management automations
115 actions · 5 triggers
The ClickUp integration lets you connect ClickUp to your automations with 115 actions and 5 triggers — and every action is also a tool an AI agent can call. Examples: Get Authorized User, Get Authorized Workspaces, Get Workspace, Get Workspace Plan, Get Workspace Seats. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 5
Events in ClickUp that can start a workflow.
Task Created
Fires when a task is created
Task Updated
Fires when a task is updated
Task Deleted
Fires when a task is deleted
Task Comment Posted
Fires when a task comment is posted
ClickUp Task
Retrieve tasks in a List, paginated (GET /list/{list_id}/task).
Actions 115
What Zervanor can do in ClickUp.
Team29
Get Authorized Workspaces
Retrieve the Workspaces (Teams) the token can access (GET /team).
Get Workspace
Retrieve a Workspace's information (GET /team/{team_id}).
Get Workspace Plan
Retrieve a Workspace's plan details (GET /team/{team_id}/plan).
Get Workspace Seats
Retrieve seat usage information for a Workspace (GET /team/{team_id}/seats).
Get Custom Task Types
Retrieve custom task types in a Workspace (GET /team/{team_id}/custom_item).
Get Spaces
Retrieve Spaces in a Workspace (GET /team/{team_id}/space).
Create Space
Create a Space in a Workspace (POST /team/{team_id}/space).
Get Filtered Team Tasks
Retrieve filtered tasks across a Workspace (GET /team/{team_id}/task).
Get Bulk Tasks Time In Status
Retrieve multiple tasks' time in status (GET /team/{team_id}/task_ids/time_in_status).
Get Workspace Custom Fields
Retrieve Custom Fields for a Workspace (GET /team/{team_id}/field).
Get Time Entries
Retrieve time entries in a date range (GET /team/{team_id}/time_entries).
Get Single Time Entry
Retrieve a single time entry (GET /team/{team_id}/time_entries/{time_entry_id}).
Get Time Entry History
Retrieve a time entry's change history (GET /team/{team_id}/time_entries/{time_entry_id}/history).
Get Running Time Entry
Retrieve the currently running time entry (GET /team/{team_id}/time_entries/current).
Create Time Entry
Create a time entry (POST /team/{team_id}/time_entries).
Start Timer
Start a timer (POST /team/{team_id}/time_entries/start).
Stop Timer
Stop the running timer (POST /team/{team_id}/time_entries/{timer_id}/stop).
Update Time Entry
Update a time entry (PUT /team/{team_id}/time_entries/{time_entry_id}).
Delete Time Entry
Delete a time entry (DELETE /team/{team_id}/time_entries/{time_entry_id}).
Get Time Entry Tags
Retrieve all time-entry labels (GET /team/{team_id}/time_entries/tags).
Add Tags To Time Entries
Add label(s) to time entries (POST /team/{team_id}/time_entries/tags).
Rename Time Entry Tag
Rename a time-entry label (PUT /team/{team_id}/time_entries/tags).
Remove Tags From Time Entries
Remove label(s) from time entries (DELETE /team/{team_id}/time_entries/tags).
Get Goals
Retrieve Goals in a Workspace (GET /team/{team_id}/goal).
Create Goal
Create a Goal (POST /team/{team_id}/goal).
Get Workspace Views
Retrieve Workspace-level Views (GET /team/{team_id}/view).
Create Workspace View
Create a Workspace-level View (POST /team/{team_id}/view).
Get Webhooks
Retrieve a Workspace's webhooks (GET /team/{team_id}/webhook).
Create Webhook
Register a ClickUp webhook; returns the signing secret once (POST /team/{team_id}/webhook).
Task25
Get Task
Retrieve a ClickUp task by ID (GET /task/{task_id}).
Update Task
Update a ClickUp task (PUT /task/{task_id}).
Move Task
Move a task to a new List (PUT /task/{task_id}/move).
Merge Tasks
Merge tasks into a target task (POST /task/{task_id}/merge).
Delete Task
Delete a task (DELETE /task/{task_id}).
Get Task Members
Retrieve members with access to a task (GET /task/{task_id}/member).
Get Task Time In Status
Retrieve a task's time in each status (GET /task/{task_id}/time_in_status).
Add Task Dependency
Add a dependency or blocking relation (POST /task/{task_id}/dependency).
Delete Task Dependency
Remove a dependency (DELETE /task/{task_id}/dependency).
Add Task Link
Link two tasks (POST /task/{task_id}/link/{links_to}).
Delete Task Link
Remove a task link (DELETE /task/{task_id}/link/{links_to}).
Add Tag To Task
Add a Tag to a task (POST /task/{task_id}/tag/{tag_name}).
Remove Tag From Task
Remove a Tag from a task (DELETE /task/{task_id}/tag/{tag_name}).
Upload Task Attachment
Upload a file attachment to a task (POST /task/{task_id}/attachment, multipart).
Get Task Comments
Retrieve a task's comments (GET /task/{task_id}/comment).
Create Task Comment
Add a comment to a task (POST /task/{task_id}/comment).
Create Checklist
Add a checklist to a task (POST /task/{task_id}/checklist).
Set Custom Field Value
Set a Custom Field value on a task (POST /task/{task_id}/field/{field_id}).
Remove Custom Field Value
Remove a Custom Field value from a task (DELETE /task/{task_id}/field/{field_id}).
Get Tracked Time (Legacy)
Retrieve a task's time entries, legacy endpoint (GET /task/{task_id}/time).
Track Time (Legacy)
Track time on a task, legacy endpoint (POST /task/{task_id}/time).
Edit Time Tracked (Legacy)
Edit a legacy time entry (PUT /task/{task_id}/time/{interval_id}).
Delete Time Tracked (Legacy)
Delete a legacy time entry (DELETE /task/{task_id}/time/{interval_id}).
Set Task Time Estimate
Replace a task's time estimate (PUT /task/{task_id}/time_estimates).
Set Time Estimate By Assignee
Update estimates per assignee, Business+ (PUT /task/{task_id}/time_estimates_by_assignee).
Space16
Get Space
Retrieve a Space (GET /space/{space_id}).
Update Space
Update a Space's properties (PUT /space/{space_id}).
Delete Space
Delete a Space (DELETE /space/{space_id}).
Get Folders
Retrieve Folders in a Space (GET /space/{space_id}/folder).
Create Folder
Create a Folder in a Space (POST /space/{space_id}/folder).
Create Folder From Template
Create a Folder from a template (POST /space/{space_id}/folder/{template_id}).
Get Folderless Lists
Retrieve folderless Lists in a Space (GET /space/{space_id}/list).
Create Folderless List
Create a folderless List in a Space (POST /space/{space_id}/list).
Create List From Template (Space)
Create a folderless List from a template in a Space (POST /space/{space_id}/list/{template_id}).
Get Space Tags
Retrieve task Tags in a Space (GET /space/{space_id}/tag).
Create Space Tag
Create a task Tag in a Space (POST /space/{space_id}/tag).
Update Space Tag
Update a task Tag in a Space (PUT /space/{space_id}/tag).
Delete Space Tag
Delete a task Tag in a Space (DELETE /space/{space_id}/tag).
Get Space Custom Fields
Retrieve Custom Fields for a Space (GET /space/{space_id}/field).
Get Space Views
Retrieve a Space's Views (GET /space/{space_id}/view).
Create Space View
Create a Space View (POST /space/{space_id}/view).
List14
Get List
Retrieve List information (GET /list/{list_id}).
Update List
Update List properties (PUT /list/{list_id}).
Delete List
Delete a List (DELETE /list/{list_id}).
Get List Members
Retrieve members with access to a List (GET /list/{list_id}/member).
Add Task To List
Add a task to an additional List (POST /list/{list_id}/task/{task_id}).
Remove Task From List
Remove a task from an additional List (DELETE /list/{list_id}/task/{task_id}).
Get Tasks
Retrieve tasks in a List, paginated (GET /list/{list_id}/task).
Create Task
Create a ClickUp task in a List (POST /list/{list_id}/task).
Create Task From Template
Create a task from a template (POST /list/{list_id}/task/{template_id}).
Get List Comments
Retrieve a List's comments (GET /list/{list_id}/comment).
Create List Comment
Add a comment to a List (POST /list/{list_id}/comment).
Get List Custom Fields
Retrieve accessible Custom Fields for a List (GET /list/{list_id}/field).
Get List Views
Retrieve a List's Views (GET /list/{list_id}/view).
Create List View
Create a List View (POST /list/{list_id}/view).
Folder9
Get Folder
Retrieve a Folder and its Lists (GET /folder/{folder_id}).
Update Folder
Rename or update a Folder (PUT /folder/{folder_id}).
Delete Folder
Delete a Folder (DELETE /folder/{folder_id}).
Get Lists
Retrieve Lists in a Folder (GET /folder/{folder_id}/list).
Create List
Create a List in a Folder (POST /folder/{folder_id}/list).
Create List From Template (Folder)
Create a List from a template in a Folder (POST /folder/{folder_id}/list/{template_id}).
Get Folder Custom Fields
Retrieve Custom Fields for a Folder (GET /folder/{folder_id}/field).
Get Folder Views
Retrieve a Folder's Views (GET /folder/{folder_id}/view).
Create Folder View
Create a Folder View (POST /folder/{folder_id}/view).
Checklist5
Update Checklist
Rename or reorder a checklist (PUT /checklist/{checklist_id}).
Delete Checklist
Delete a checklist (DELETE /checklist/{checklist_id}).
Create Checklist Item
Add an item to a checklist (POST /checklist/{checklist_id}/checklist_item).
Update Checklist Item
Update a checklist item (PUT /checklist/{checklist_id}/checklist_item/{checklist_item_id}).
Delete Checklist Item
Delete a checklist item (DELETE /checklist/{checklist_id}/checklist_item/{checklist_item_id}).
Comment4
Get Threaded Comments
Retrieve threaded comments (GET /comment/{comment_id}/thread).
Create Threaded Comment
Create a threaded comment (POST /comment/{comment_id}/thread).
Update Comment
Update a comment (PUT /comment/{comment_id}).
Delete Comment
Delete a comment (DELETE /comment/{comment_id}).
Goal4
Get Goal
Retrieve a Goal with its Targets (GET /goal/{goal_id}).
Update Goal
Update a Goal (PUT /goal/{goal_id}).
Delete Goal
Delete a Goal (DELETE /goal/{goal_id}).
Create Key Result
Add a Target (Key Result) to a Goal (POST /goal/{goal_id}/key_result).
View4
Get View
Retrieve a View (GET /view/{view_id}).
Get View Tasks
Retrieve tasks in a View (GET /view/{view_id}/task).
Update View
Update a View (PUT /view/{view_id}).
Delete View
Delete a View (DELETE /view/{view_id}).
Key Result2
Update Key Result
Update a Target (PUT /key_result/{key_result_id}).
Delete Key Result
Delete a Target (DELETE /key_result/{key_result_id}).
Webhook2
Update Webhook
Update a webhook's events or status (PUT /webhook/{webhook_id}).
Delete Webhook
Delete a webhook (DELETE /webhook/{webhook_id}).
User1
Get Authorized User
Retrieve the authenticated user (GET /user).
Nothing matches your search.
Automations using ClickUp
Build your own automation with ClickUp in the visual builder.
Frequently asked questions
What can I automate with ClickUp?
115 actions are available — for example: Get Authorized User, Get Authorized Workspaces, Get Workspace, Get Workspace Plan, Get Workspace Seats, and more.
Which ClickUp events can start a workflow?
5 triggers — for example: Task Created, Task Updated, Task Deleted, Task Comment Posted.
Can ClickUp be used as an AI agent tool?
Yes. Every ClickUp action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the ClickUp integration modelled?
ClickUp is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.