Skip to content

Trello 触发器节点#

¥Trello Trigger node

Trello 是一款基于 Web 的看板式列表制作应用,隶属于 Atlassian 公司。用户可以创建具有不同列的任务看板,并在列之间移动任务。

¥Trello is a web-based Kanban-style list-making application which is a subsidiary of Atlassian. Users can create their task boards with different columns and move the tasks between them.

Credentials

你可以在 此处 中找到此节点的身份验证信息。

¥You can find authentication information for this node here.

Examples and templates

有关使用示例和模板以帮助你入门,请参阅 n8n 的 Trello 触发器集成 页面。

¥For usage examples and templates to help you get started, refer to n8n's Trello Trigger integrations page.

查找模型 ID#

¥Find the Model ID

模型 ID 是 Trello 中任何模型的 ID。根据使用场景,错误信息可能是用户 ID、列表 ID 等。

¥The model ID is the ID of any model in Trello. Depending on the use-case, it could be the User ID, List ID, and so on.

在本示例中,列表 ID 将是模型 ID:

¥For this specific example, the List ID would be the Model ID:

  1. 打开包含列表的 Trello 看板。

¥Open the Trello board that contains the list. 2. 如果列表中没有任何卡片,请向列表中添加一张卡片。

¥If the list doesn't have any cards, add a card to the list. 3. 打开卡片,在 URL 末尾添加 .json,然后按 Enter 键。

¥Open the card, add .json at the end of the URL, and press enter. 4. 在 JSON 文件中,你会看到一个名为 idList 的字段。

¥In the JSON file, you will see a field called idList. 5. 复制 idList 并将其粘贴到 n8n 的模型 ID 字段中。

¥Copy idListand paste it in the Model ID field in n8n.