Trello 节点#
使用 Trello 节点在 Trello 中自动化工作,并将 Trello 与其他应用程序集成。n8n 内置支持广泛的 Trello 功能,包括创建和更新卡片,以及添加和移除成员。
在此页面上,您将找到 Trello 节点支持的操作列表以及更多资源的链接。
凭据
请参考 Trello 凭据 获取设置身份验证的指导。
此节点可用作 AI 工具
此节点可用于增强 AI 代理的功能。以这种方式使用时,许多参数可以自动设置,或使用 AI 指导的信息设置 - 在 AI 工具参数文档中了解更多信息。
操作#
- Attachment 附件
- Create a new attachment for a card 为卡片创建新附件
- Delete an attachment 删除附件
- Get the data of an attachment 获取附件数据
- Returns all attachments for the card 返回卡片的所有附件
- Board 看板
- Create a new board 创建新看板
- Delete a board 删除看板
- Get the data of a board 获取看板数据
- Update a board 更新看板
- Board Member 看板成员
- Add 添加
- Get All 获取全部
- Invite 邀请
- Remove 移除
- Card 卡片
- Create a new card 创建新卡片
- Delete a card 删除卡片
- Get the data of a card 获取卡片数据
- Update a card 更新卡片
- Card Comment 卡片评论
- Create a comment on a card 在卡片上创建评论
- Delete a comment from a card 从卡片删除评论
- Update a comment on a card 更新卡片上的评论
- Checklist 检查清单
- Create a checklist item 创建检查清单项
- Create a new checklist 创建新检查清单
- Delete a checklist 删除检查清单
- Delete a checklist item 删除检查清单项
- Get the data of a checklist 获取检查清单数据
- Returns all checklists for the card 返回卡片的所有检查清单
- Get a specific checklist on a card 获取卡片上的特定检查清单
- Get the completed checklist items on a card 获取卡片上已完成的检查清单项
- Update an item in a checklist on a card 更新卡片检查清单中的项目
- Label 标签
- Add a label to a card. 向卡片添加标签。
- Create a new label 创建新标签
- Delete a label 删除标签
- Get the data of a label 获取标签数据
- Returns all labels for the board 返回看板的所有标签
- Remove a label from a card. 从卡片移除标签。
- Update a label. 更新标签。
- List 列表
- Archive/Unarchive a list 存档/取消存档列表
- Create a new list 创建新列表
- Get the data of a list 获取列表数据
- Get all the lists 获取所有列表
- Get all the cards in a list 获取列表中的所有卡片
- Update a list 更新列表
模板和示例#
如果不支持您的操作该怎么办#
如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。
您可以在 HTTP 请求节点中使用为此服务创建的凭据:
- 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型。
- 选择您要连接的服务。
- 选择您的凭据。
有关更多信息,请参阅自定义 API 操作。
查找列表 ID#
- 打开包含列表的 Trello 看板。
- 如果列表没有任何卡片,请向列表添加一张卡片。
- 打开卡片,在 URL 末尾添加
.json
,然后按回车键。 - 在 JSON 文件中,您将看到一个名为
idList
的字段。 - 复制
idList
字段的内容并将其粘贴到 n8n 的 List ID 列表 ID 字段中。