Actions
| Name | Description |
|---|---|
create_taskCreate a new task in a ClickUp list | Create a new task in a ClickUp list |
update_taskUpdate an existing ClickUp task | Update an existing ClickUp task |
get_taskGet details of a specific ClickUp task | Get details of a specific ClickUp task |
delete_taskDelete a ClickUp task | Delete a ClickUp task |
create_subtaskCreate a subtask under a parent task | Create a subtask under a parent task |
add_commentAdd a comment to a ClickUp task | Add a comment to a ClickUp task |
get_commentsGet all comments on a ClickUp task | Get all comments on a ClickUp task |
get_list_tasksGet all tasks in a ClickUp list | Get all tasks in a ClickUp list |
get_spacesGet all spaces in a ClickUp workspace | Get all spaces in a ClickUp workspace |
get_listsGet all lists in a ClickUp space (including foldered and folderless) | Get all lists in a ClickUp space (including foldered and folderless) |
get_custom_fieldsGet custom fields for a ClickUp list | Get custom fields for a ClickUp list |
set_custom_fieldSet a custom field value on a ClickUp task | Set a custom field value on a ClickUp task |
create_listCreate a new list in a ClickUp space | Create a new list in a ClickUp space |
get_workspace_tasksGet tasks across an entire ClickUp workspace | Get tasks across an entire ClickUp workspace |
get_time_entriesGet time tracking entries for a ClickUp workspace | Get time tracking entries for a ClickUp workspace |
custom_api_callMake a custom API call to the ClickUp API | Make a custom API call to the ClickUp API |
Triggers
| Name | Description |
|---|---|
task_createdTriggers when a new task is created in a workspace | Triggers when a new task is created in a workspace |
task_updatedTriggers when a task is updated in a workspace | Triggers when a task is updated in a workspace |
task_status_changedTriggers when a task status changes in a workspace | Triggers when a task status changes in a workspace |
task_comment_postedTriggers when a new comment is posted on a task in a workspace | Triggers when a new comment is posted on a task in a workspace |
task_deletedTriggers when a task is deleted from a workspace (approximate — compares known tasks) | Triggers when a task is deleted from a workspace (approximate — compares known tasks) |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'clickup',
actionName: 'create_task',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect ClickUp to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does ClickUp support?
ClickUp supports 16 actions including Create Task, Update Task, Get Task, Delete Task, Create Subtask, and more.
Can I use ClickUp with AI agents?
Yes. Add ClickUp to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does ClickUp use?
ClickUp uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the ClickUp integration cost?
The ClickUp integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does ClickUp support?
ClickUp supports 5 triggers including Task Created, Task Updated, Task Status Changed, Task Comment Posted, Task Deleted.
Connect ClickUp in minutes
Get 1,000 free actions every month. No credit card required.