ClickUp
Connect to your users’ ClickUp accounts.
Last updated
Connect to your users’ ClickUp accounts.
Last updated
Note: You'll need to create a new ClickUp app if you don't already have one.
You can find your ClickUp app credentials by visiting your ClickUp Integrations Portal.
You'll need the following information to set up your ClickUp App with Paragon Connect:
Client ID
Client Secret
Paragon provides a redirect URL to send information to your ClickUp app. To add the redirect URL to your ClickUp app:
1. Copy the link under "Redirect URL" in your integration settings in Paragon. The Redirect URL is:
2. In your ClickUp account, click your Workspace avatar in the lower-left corner
3. Select Integrations.
4. Click ClickUp API.
5. Select your application.
6. Under Redirect URL(s), paste-in Paragon Connect's redirect URL found in Step 1. Click the Save button to save your changes.
1. Select ClickUp from the Integrations Catalog.
2. Under Integrations > Connected Integrations > {YOUR_APP} > Settings, fill out your credentials from the end of Step 1 in their respective sections:
Client ID:
Log in to your ClickUp dashboard.
Select "Settings" from the sidebar.
Under Integrations > ClickUp API, select your application.
Copy the Client ID from "Client ID".
Client Secret:
Log in to your ClickUp dashboard.
Select "Settings" from the sidebar.
Under Integrations > ClickUp API, select your application.
Copy the Client Secret from "Client Secret".
Press the blue "Connect" button to save your credentials.
Note: Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their ClickUp account, you can use the Paragon SDK to access the ClickUp API on behalf of connected users.
See the ClickUp REST API documentation for their full API reference.
Any ClickUp API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your ClickUp account is connected, you can add steps to perform the following actions:
Create Task
Update Task
Get Task by ID
Search Tasks
Delete Task
When creating or updating Tasks in ClickUp, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users' ClickUp account. For example, you might want to trigger a workflow whenever new tasks are created in ClickUp to sync your users' ClickUp tasks to your application in real-time.
You can find the full list of Webhook Triggers for ClickUp below:
New Folder Created
Folder Updated
New List Created
List Updated
New Space Created
Space Updated
New Task Created
Task Updated