Skip to content

ClickUp 凭证(ClickUp credentials)#

你可以使用以下凭据验证以下节点:

🌐 You can use these credentials to authenticate the following nodes:

支持的身份验证方法(Supported authentication methods)#

  • API 访问令牌
  • OAuth2

有关该服务的更多信息,请参考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 访问令牌

获取你的个人 API 令牌:

🌐 To get your personal API token:

  1. 如果你使用的是 ClickUp 2.0,请在左下角点击你的头像,然后选择 应用。如果你使用的是 ClickUp 3.0,请在右上角点击你的头像,选择 设置,然后向下滚动,在侧边栏选择 应用
  2. API 令牌 下,选择 生成
  3. 复制你的 个人 API 令牌 并将其作为 访问令牌 输入到你的 n8n 凭证中。

有关更多信息,请参考 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.

如果你正在自托管 n8n,你需要创建一个 OAuth 应用:

🌐 If you're self-hosting n8n, you'll need to create an OAuth app:

  1. 在 ClickUp 中,点击你的头像并选择 集成
  2. 选择 ClickUp API
  3. 选择 创建应用
  4. 为你的应用输入一个名称
  5. 在 n8n 中,复制 OAuth 重定向 URL。将其作为你的 ClickUp 应用的 重定向 URL 输入。
  6. 创建应用后,复制 client_idsecret 并将它们输入到你的 n8n 凭证中。
  7. 选择连接我的账户,然后按照屏幕上的提示完成凭证的连接。

有关更多信息,请参阅 ClickUp Oauth 流程文档