Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | 🚫 (time to contribute: <48h) |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)Not seeing the integration you need? Build your own independently.
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
1
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.
2
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.
3
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
4
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
5
Configure your integration in Nango
When setting up your ClickUp integration in Nango:
- Use your Client ID and Client Secret from the previous step
6
Next
Follow the Quickstart.
Need help getting started? Get help in the community.
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.
Contribute API gotchas by editing this page