ClickUp project-management automation
Fire the workflow on selected ClickUp webhook event(s). The user picks WHICH event(s) fire via ``event_types`` (task/list/folder/ space/goal lifecycle events, or ``*`` for all). The selection is passed to ClickUp's ``POST /team/{team_id}/webhook`` ``events`` array and re-checked at runtime against the inbound payload's ``event`` field.
3 fields
List the Workspaces (teams) the token can access.
List spaces in a Workspace.
1 field
List folders in a space.
List the lists inside a folder.
List members of a Workspace (for assignee selection).
2 fields
Create a new task in a list.
8 fields
Retrieve tasks in a list (paginated).
Fetch a single task's full details.
Modify a task (name, status, priority, dates, etc.).
6 fields
Remove a task.
Query tasks across a whole Workspace by filters.
5 fields
Create a list inside a folder.
Create a folder in a space.
Add a comment to a task.
4 fields
Retrieve comments on a task.
List custom fields available in a list.
Set a custom field value on a task.
Log a time entry in a Workspace.
Retrieve time entries within a date range.
Start a running timer (optionally tied to a task).
Stop the currently running timer.
Create a goal in a Workspace.
List Workspace goals.
Attach a file (by URL) to a task. NoClick downloads the URL and uploads it to ClickUp as multipart/form-data.
Escape hatch: call ANY ClickUp endpoint not modeled as a first-class op.
Wire ClickUp into a coding agent and let it use these operations as tools.
Start building workflows in minutes with our visual builder. No code required.