Skip to main content

Connect

Opens a connection to ClickUp and returns a Client ID.

This node is also exposed as an AI Agent tool.

This node has 1 input port and 1 output port.

Common Properties

Every node shares these.

  • Name — the node's display name on the canvas.
  • Color — the node's colour on the canvas.
  • Delay Before (sec) — wait this long before the node runs.
  • Delay After (sec) — wait this long after the node runs.
  • Continue On Error — carry on instead of failing the flow. Defaults to false.
info

When Continue On Error is true the error is not raised at all, so a Catch node will not see it either.

Outputs

PropertyFieldDescription
Client IDoutClientIDUnique identifier for this connection

Options

PropertyFieldDescription
CredentialsoptCredentialsClickUp API key or OAuth2 credentials

Requirements

  • ClickUp API Key — Personal API token for ClickUp authentication
    • value — API Key (password, required). Your personal API token from ClickUp Settings > Apps
  • ClickUp OAuth2 — OAuth2 authorization for ClickUp
    • _redirect_url — Redirect URL (readonly, optional). Add this to your ClickUp OAuth app's redirect URIs
    • client_id — Client ID (text, required). OAuth 2.0 Client ID from ClickUp
    • client_secret — Client Secret (password, required). OAuth 2.0 Client Secret from ClickUp

Store these in a Vault and reference the vault item from the node, rather than typing the secret into the property.

Disconnect · Get Workspaces · Create Space · Get Space · List Spaces · Update Space · Delete Space · Create Folder · Get Folder · List Folders and 17 more

See also