mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| permalink |
|---|
| /credentials/clickUp |
ClickUp
You can find information about the operations supported by the ClickUp node on the integrations page. You can also browse the source code of the node on GitHub.
Prerequisites
Create a ClickUp account.
Using OAuth
- Open your ClickUp dashboard.
- Click on your profile icon in the bottom left.
- Click on Integrations under your workspace profile.
- Click on ClickUp API.
- Click on + Create an App.
- Enter a name in the App Name field.
- Copy the OAuth Callback URL from n8n and paste it in the Redirect URL(s) field.
- Use the provided Client ID and Client Secret with your ClickUp OAuth2 API credentials in n8n.
- Click on the circle button in the OAuth section to connect a ClickUp account to n8n.
- Click the Save button to save your credentials in n8n.
Using Access Token
- Open your ClickUp dashboard.
- Click on your profile icon in the bottom left and click on Apps.
- Click on Generate under API Token.
- Use the API Token with your ClickUp node credentials in n8n.

