节点与集成
Trello Trigger
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.
Find the Model 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.
For this specific example, the List ID would be the Model ID:
- Open the Trello board that contains the list.
- If the list doesn't have any cards, add a card to the list.
- Open the card, add
.jsonat the end of the URL, and press enter. - In the JSON file, you will see a field called
idList. - Copy
idListand paste it in the Model ID field in n8n.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。