ClickUp

Project management Personal API token

Create and update tasks, and read spaces, lists and folders, from any Windmill script, flow or app.

Set up in 3 steps

1

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

2

Add the resource in Windmill

Open Resources, add a resource of type clickup, and paste the token.

3

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.

Resource type

clickup — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
tokenstringYesAPI 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.