ClickUp

Personal API token for the ClickUp API.

Fields

FieldDescriptionRequired
Personal API TokenFrom your avatar → Settings → Apps in ClickUp (starts with pk_). The token acts as your user and covers every workspace you belong to.Yes

Setup Steps

  • Step 1: In ClickUp, click your avatar and open Settings → Apps (on ClickUp 3.0, Apps is in the Settings sidebar).
  • Step 2: Under API Token, click Generate and copy the token (starts with pk_).
  • Step 3: In Falcon Builder, go to Dashboard → Credentials → Add Credential, pick ClickUp, and paste the token.
  • Step 4: Click Test Connection. We call GET /api/v2/user to confirm the token and show which user it acts as.

Notes

  • The token acts as you — tasks it creates and comments it posts appear under your ClickUp user.
  • One token covers every workspace your user belongs to, so a single credential can automate multiple companies' ClickUp workspaces. The node targets whichever workspace the configured IDs belong to.
  • Tokens don't expire, but regenerating one in ClickUp invalidates the old value — update the credential if you regenerate.