Clickup
Overview
Pre-built tooling
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free ClickUp account is sufficient for development. |
Paid test account | ✅ Not required | Free ClickUp account is sufficient for testing. |
Partnership | ✅ Not required | |
App review | ✅ Not required | No review process for OAuth apps. |
Security audit | ✅ Not required |
Setup guide
Create a ClickUp account
- If you don’t already have a ClickUp account, go to ClickUp’s signup page and create one.
- Sign in to your ClickUp account.
Create a new OAuth app
- In the upper-right corner, click on your avatar.
- Select Settings from the dropdown menu.
- In the sidebar, click on Apps.
- Click the Create new app button.
Note: Only Workspace owners or admins can create OAuth apps.
Configure your OAuth application
Fill in the required fields:
- App name: Enter a name for your application.
- Redirect URL: Enter
https://api.nango.dev/oauth/callback
This is the URL where ClickUp will redirect users after they authorize your application.
Obtain your OAuth credentials
After creating your app, you’ll receive:
- Client ID: A unique identifier for your application
- Client Secret: A secret key for your application
Make sure to store these securely, especially the Client Secret, as you’ll need them when configuring your integration in Nango.
Configure your integration in Nango
When setting up your ClickUp integration in Nango:
- Use your Client ID and Client Secret from the previous step
Next
Follow the Quickstart.
Useful links
- ClickUp API Documentation
- ClickUp API Reference
- OAuth Flow
- OAuth Endpoints
- API v2 and v3 Terminology
API gotchas
-
ClickUp does not use scopes in their OAuth implementation, so you can leave the scope field empty when configuring your integration.
-
Users can authorize one or more Workspaces for your application. Use the Get Authorized Teams (Workspaces) endpoint to see which Workspaces are authorized.