Skip to content

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.

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 page.

FAQs#

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.

  1. Open the Trello board that contains the list.
  2. If the list doesn't have any cards, add a card to the list.
  3. Open the card, add '.json' at the end of the URL, and press enter.
  4. In the JSON file, you will see a field called idList.
  5. Copy idListand paste it in the Model ID field in n8n.