ClickUp
Project management Personal API tokenCreate and update tasks, and read spaces, lists and folders, from any Windmill script, flow or app.
Set up in 3 steps
Copy your API token
In ClickUp, open your avatar menu, then Settings, then Apps. Generate a personal API token and copy it — it starts with pk_.
Add the resource in Windmill
Open Resources, add a resource of type clickup, and paste the token.
Run your first script
Fork any script below and list your teams — most calls need a team, space or list id.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Get List Comments
Get Lists
Get Task Templates
Remove Task Custom Field
Create Task From Template
Get Task
Delete Checklist
Get Space Views
Update Checklist
Get Tasks
Create Task Comment
Update Space
Get Team Views
Create Task
Get List
Update List
Create List Comment
Get View Comments
Get View
Get Folder
Create List
Get Spaces
Delete Comment
Get Space
Create Checklist
Get Folders
Create Chat View Comment
Delete Checklist Item
Update Folder
Get View Tasks
Resource type
clickup — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| token | string | Yes | API token retrieved from the dashboard. |
Questions
What can the token do?
Everything your own account can, in every workspace you belong to. ClickUp has no per-token scopes.
Where do I find a list or task id?
In the object's URL in ClickUp, and every list call returns it alongside the name.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.