ClickUp 凭证#
¥ClickUp credentials
你可以使用以下凭据验证以下节点:
¥You can use these credentials to authenticate the following nodes:
支持的身份验证方法#
¥Supported authentication methods
- API 访问令牌
¥API access token
- OAuth2
相关资源#
¥Related resources
有关服务的更多信息,请参阅 ClickUp 文档。
¥Refer to ClickUp's documentation for more information about the service.
使用 API 访问令牌#
¥Using API access token
要配置此凭据,你需要一个 ClickUp 账户以及:
¥To configure this credential, you'll need a ClickUp account and:
- 个人 API 访问令牌
¥A Personal API Access Token
获取你的个人 API 令牌:
¥To get your personal API token:
- 如果你使用 ClickUp 2.0,请选择左下角的头像,然后选择“应用”。如果你使用 ClickUp 3.0,请选择右上角的头像,选择“设置”,然后向下滚动到侧边栏中的“应用”。
¥If you're using ClickUp 2.0, select your avatar in the lower-left corner and select Apps. If you're using ClickUp 3.0, select your avatar in the upper-right corner, select Settings, and scroll down to select Apps in the sidebar. 2. 在“API 令牌”下,选择“生成”。
¥Under API Token, select Generate. 3. 复制你的个人 API 令牌并将其作为访问令牌输入到你的 n8n 凭据中。
¥Copy your Personal API token and enter it in your n8n credential as the Access Token.
有关更多信息,请参阅 ClickUp 个人令牌文档。
¥Refer to ClickUp's Personal Token documentation for more information.
使用 OAuth2#
¥Using OAuth2
Note for n8n Cloud users
Cloud users don't need to provide connection details. Select Connect my account to connect through your browser.
如果你使用的是 self-hosting n8n,则需要创建一个 OAuth 应用:
¥If you're self-hosting n8n, you'll need to create an OAuth app:
- 在 ClickUp 中,选择你的头像并选择“集成”。
¥In ClickUp, select your avatar and select Integrations. 2. 选择“ClickUp API”。
¥Select ClickUp API. 3. 选择“创建应用”。
¥Select Create an App. 4. 输入应用名称。
¥Enter a Name for your app. 5. 在 n8n 中,复制 OAuth 重定向 URL。将此作为 ClickUp 应用的重定向 URL 输入到你的 ClickUp 应用中。
¥In n8n, copy the OAuth Redirect URL. Enter this as your ClickUp app's Redirect URL. 6. 创建应用后,复制 client_id 和 secret,并将其输入到你的 n8n 凭据中。
¥Once you create your app, copy the client_id and secret and enter them in your n8n credential. 7. 选择“连接我的账户”,然后按照屏幕提示完成凭据连接。
¥Select Connect my account and follow the on-screen prompts to finish connecting the credential.
更多信息,请参阅 ClickUp OAuth 流程文档。
¥Refer to the ClickUp Oauth flow documentation for more information.