Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to ClickUp with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> ClickUp. Nango doesnβt provide a test OAuth app for ClickUp yet. Youβll need to set up your own by following these instructions. After that, make sure to add the OAuth client ID and secret in the integration settings in Nango.
Authorize ClickUp
Go to Connections -> Add Test Connection -> Authorize, then log in to ClickUp. Later, youβll let your users do the same directly from your app.
Call the ClickUp API
Letβs make your first request to the ClickUp API (fetch the profile of the currently signed-in user). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials dynamically via the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π ClickUp Integration Guides
Nango maintained guides for common use cases.- How to register your own ClickUp OAuth app
Register an OAuth app with ClickUp and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for ClickUp
Enable them in your dashboard. Extend and customize to fit your needs.Comments
| Function name | Description | Type | Source code |
|---|---|---|---|
create-comment | Create a comment in ClickUp on a task or list | Action | π Github |
delete-comment | Delete a comment in ClickUp | Action | π Github |
list-comments | List comments from ClickUp | Action | π Github |
update-comment | Update a comment in ClickUp. | Action | π Github |
Folders
| Function name | Description | Type | Source code |
|---|---|---|---|
create-folder | Create a folder in ClickUp. | Action | π Github |
delete-folder | Delete a folder in ClickUp | Action | π Github |
get-folder | Retrieve a single folder from ClickUp. | Action | π Github |
update-folder | Update a folder in ClickUp | Action | π Github |
Goals
| Function name | Description | Type | Source code |
|---|---|---|---|
create-goal | Create a goal in ClickUp | Action | π Github |
delete-goal | Delete a goal in ClickUp | Action | π Github |
get-goal | Retrieve a single goal from ClickUp | Action | π Github |
list-goals | List goals from ClickUp | Action | π Github |
update-goal | Update a goal in ClickUp | Action | π Github |
Lists
| Function name | Description | Type | Source code |
|---|---|---|---|
create-list | Create a list in ClickUp | Action | π Github |
delete-list | Delete a list in ClickUp. This is a permanent delete and all tasks inside the list are also deleted. | Action | π Github |
get-list | Retrieve a single list from ClickUp. | Action | π Github |
list-lists | List lists from ClickUp | Action | π Github |
update-list | Update a list in ClickUp. | Action | π Github |
Spaces
| Function name | Description | Type | Source code |
|---|---|---|---|
create-space | Create a space in ClickUp. | Action | π Github |
delete-space | Delete a space in ClickUp | Action | π Github |
get-space | Retrieve a single space from ClickUp | Action | π Github |
list-spaces | List spaces from ClickUp | Action | π Github |
update-space | Update a space in ClickUp. | Action | π Github |
Tasks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-task | Create a task in ClickUp | Action | π Github |
delete-task | Delete a task in ClickUp | Action | π Github |
get-task | Retrieve a single task from ClickUp. | Action | π Github |
list-tasks | List tasks from a ClickUp list with optional filtering and pagination | Action | π Github |
update-task | Update a task in ClickUp | Action | π Github |
Time Tracking
| Function name | Description | Type | Source code |
|---|---|---|---|
create-time-entry | Create a time entry in ClickUp | Action | π Github |
delete-time-entry | Delete a time entry in ClickUp | Action | π Github |
get-time-entry | Retrieve a single time entry from ClickUp | Action | π Github |
list-time-entries | List time entries from ClickUp | Action | π Github |
update-time-entry | Update a time entry in ClickUp. | Action | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
get-user | Retrieve a single workspace member from ClickUp. | Action | π Github |
list-users | List workspace members from ClickUp | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
list-folders | List folders from a ClickUp space | Action | π Github |
comments | Sync comments from ClickUp | Sync | π Github |
folders | Sync folders from ClickUp. | Sync | π Github |
goals | Sync goals from ClickUp | Sync | π Github |
lists | Sync lists from ClickUp | Sync | π Github |
spaces | Sync spaces from ClickUp. | Sync | π Github |
tasks | Sync tasks from ClickUp. | Sync | π Github |
time-entries | Sync time entries from ClickUp | Sync | π Github |
users | Sync workspace members from ClickUp | Sync | π Github |