Trello Trigger node
Trello (opens in a new tab) 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: For usage examples and templates to help you get started, refer to n8n's Trello Trigger integrations (opens in a new tab) page.
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.