n8n-docs/docs/nodes/credentials/Clickup/README.md
Harshil Agrawal 7b460243ab
SEO Update (#206)
2020-10-09 14:18:10 +02:00

43 lines
1.5 KiB
Markdown

---
permalink: /credentials/clickUp
description: Learn to configure credentials for the ClickUp node in n8n
---
# ClickUp
You can use these credentials to authenticate the following nodes with ClickUp.
- [ClickUp](../../nodes-library/nodes/ClickUp/README.md)
- [ClickUp Trigger](../../nodes-library/trigger-nodes/ClickUpTrigger/README.md)
## Prerequisites
Create a [ClickUp](https://www.clickup.com/) account.
## Using OAuth
::: tip ⛅️ Note for n8n.cloud users
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your ClickUp account to n8n.
:::
1. Open your ClickUp dashboard.
2. Click on your profile icon in the bottom left.
3. Click on ***Integrations*** under your workspace profile.
4. Click on ***ClickUp API***.
5. Click on ***+ Create an App***.
6. Enter a name in the ***App Name*** field.
7. Copy the ***OAuth Callback URL*** from n8n and paste it in the ***Redirect URL(s)*** field.
8. Use the provided ***Client ID*** and ***Client Secret*** with your ClickUp OAuth2 API credentials in n8n.
9. Click on the circle button in the OAuth section to connect a ClickUp account to n8n.
10. Click the ***Save*** button to save your credentials in n8n.
![Getting ClickUp credentials](./using-oauth.gif)
## Using Access Token
1. Open your ClickUp dashboard.
2. Click on your profile icon in the bottom left and click on ***Apps***.
3. Click on ***Generate*** under API Token.
4. Use the API Token with your ClickUp node credentials in n8n.
![Getting ClickUp credentials](./using-access-token.gif)