n8n-docs/docs/nodes/credentials/Clickup/README.md
Tanay Pant 7d9ec504d7 🔨 Minor fixes
2020-08-27 15:12:48 +02:00

36 lines
1.2 KiB
Markdown

---
permalink: /credentials/clickUp
---
# ClickUp
You can find information about the operations supported by the ClickUp node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.clickup) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Clickup).
## Prerequisites
Create a [ClickUp](https://www.clickup.com/) account.
<!-- ## Using OAuth
1. Open your ClickUp dashboard.
2. Click on your profile icon in the bottom left.
3. Click on "Settings" under your workspace profile.
4. Click on "Integrations".
5. Click on "ClickUp API".
6. Click on Create app.
7. Enter in App name and redirect URL(s).
8. Use Client ID and client Secret key in your ClickUp node credentials in n8n.
9. Enter n8n provided redirect URL in configuration. Redirect URL Explanation [here](../README.md).
![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)