🎯 Automated Trello Board Summarization with GPT-5-Nano

⚑ 495 views · 🎯 AI Summarization & Classification

Description

This workflow pulls a Trello board β†’ lists β†’ cards, maps key fields (board, list, task names/descriptions), and asks OpenAI to summarize the board.


βš™οΈ Setup Instructions

1️⃣ Connect Trello (Developer API)

  1. Get your API key: https://trello.com/app-key
  2. Generate a token (from the same page β†’ Token), or use:
    https://trello.com/1/authorize?expiration=never&name=n8n&scope=read,write&response_type=token&key=YOUR_API_KEY
  3. In n8n β†’ Credentials β†’ New β†’ Trello API, paste API Key and Token, save.
  4. Open each Trello node (Get Board, Get Lists, Get Cards) and select your Trello credential.

2️⃣ Set Up OpenAI

  1. Create an API key: https://platform.openai.com/api-keys
  2. (If needed) Add billing: https://platform.openai.com/settings/organization/billing/overview
  3. In n8n β†’ Credentials β†’ New β†’ OpenAI, paste your key, save.
  4. In the OpenAI Chat Model node, pick your credential and model (e.g., gpt-5-nano).

3️⃣ Add Your Board URL to β€œGet Board”

  1. Copy your Trello board URL (e.g., https://trello.com/b/DCpuJbnd/administrative-tasks).
  2. Open the Get Board node β†’ Resource: Board, Operation: Get.
  3. In ID, choose URL mode and paste the board URL.
    • The node will resolve the board and output its id β†’ used by Get Lists / Get Cards.

▢️ Run


πŸ“¬ Contact

πŸ“§ robert@ynteractive.com
πŸ”— Robert Breen
🌐 ynteractive.com

πŸ”— Nodes Used

Trello, AI Agent, OpenAI Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup