ClickUp

ClickUp

Manage tasks, projects, and teams with ClickUp

16 actions
5 triggers

Actions

Name
create_task

Create a new task in a ClickUp list

update_task

Update an existing ClickUp task

get_task

Get details of a specific ClickUp task

delete_task

Delete a ClickUp task

create_subtask

Create a subtask under a parent task

add_comment

Add a comment to a ClickUp task

get_comments

Get all comments on a ClickUp task

get_list_tasks

Get all tasks in a ClickUp list

get_spaces

Get all spaces in a ClickUp workspace

get_lists

Get all lists in a ClickUp space (including foldered and folderless)

get_custom_fields

Get custom fields for a ClickUp list

set_custom_field

Set a custom field value on a ClickUp task

create_list

Create a new list in a ClickUp space

get_workspace_tasks

Get tasks across an entire ClickUp workspace

get_time_entries

Get time tracking entries for a ClickUp workspace

custom_api_call

Make a custom API call to the ClickUp API

Triggers

Name
task_created

Triggers when a new task is created in a workspace

task_updated

Triggers when a task is updated in a workspace

task_status_changed

Triggers when a task status changes in a workspace

task_comment_posted

Triggers when a new comment is posted on a task in a workspace

task_deleted

Triggers when a task is deleted from a workspace (approximate — compares known tasks)

Quick Start

TypeScript
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.