ClickUp 节点(ClickUp node)#
使用 ClickUp 节点来自动化 ClickUp 中的工作,并将 ClickUp 与其他应用集成。n8n 内置支持广泛的 ClickUp 功能,包括创建、获取、删除和更新文件夹、清单、标签、评论和目标。
🌐 Use the ClickUp node to automate work in ClickUp, and integrate ClickUp with other applications. n8n has built-in support for a wide range of ClickUp features, including creating, getting, deleting, and updating folders, checklists, tags, comments, and goals.
本页面列出了 ClickUp 节点支持的操作以及更多资源的链接。
🌐 On this page, you'll find a list of operations the ClickUp node supports and links to more resources.
凭证
请参阅 ClickUp 凭据 以获取有关设置身份验证的指导。
This node can be used as an AI tool
This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
操作(Operations)#
- 检查清单
- 创建清单
- 删除清单
- 更新清单
- 检查清单项目
- 创建清单项
- 删除清单项
- 更新清单项
- 注释
- 创建评论
- 删除评论
- 获取所有评论
- 更新评论
- 文件夹
- 创建文件夹
- 删除文件夹
- 获取文件夹
- 获取所有文件夹
- 更新文件夹信息
- 目标
- 创建目标
- 删除目标
- 获取目标
- 获取所有目标
- 更新目标信息
- 目标关键结果
- 创建关键结果
- 删除关键结果
- 更新关键结果信息
- 列表
- 创建列表
- 检索列表的自定义字段
- 删除列表
- 获取列表
- 获取所有列表
- 获取列表成员
- 更新列表
- 空格标签
- 创建空间标签
- 删除空格标签
- 获取所有空间标签
- 更新空间标签
- 任务
- 创建任务
- 删除任务
- 获取任务
- 获取所有任务
- 获取任务成员
- 设置自定义字段
- 更新任务
- 任务列表
- 将任务添加到列表。
- 从列表中移除任务
- 任务标签
- 为任务添加标签。
- 从任务中移除标签
- 任务依赖
- 创建任务依赖
- 删除任务依赖
- 时间条目
- 创建时间记录
- 删除时间记录
- 获取时间入口
- 获取所有时间记录
- 开始时间记录
- 停止当前正在运行的计时器
- 更新时间记录
- 时间条目标签
- 为时间条目添加标签
- 获取所有时间条目标签
- 从时间条目中移除标签
操作详细信息(Operation details)#
获取任务(Get a task)#
在使用 获取任务 操作时,你可以选择启用以下选项:
🌐 When using the Get a task operation, you can optionally enable the following:
- 包括子任务:启用时,还会获取并包含指定任务的子任务。
- 包含 Markdown 描述:启用时,会在响应中包含
markdown_description字段,从而保留任务描述中的链接和格式。如果你的任务描述中包含链接或丰富的格式,这非常有用。
模板和示例(Templates and examples)#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.