Automated Trello Board Summarization with GPT-5-Nano

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) Get your API key: https://trello.com/app-key
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
In n8n → Credentials → New → Trello API, paste API Key and Token, save.
Open each Trello node (Get Board, Get Lists, Get Cards) and select your Trello credential.

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

3️⃣ Add Your Board URL to “Get Board” Copy your Trello board URL (e.g., https://trello.com/b/DCpuJbnd/administrative-tasks).
Open the Get Board node → Resource: Board, Operation: Get.
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 Click Execute Workflow.
The final Summarize Tasks step returns a concise board summary.

📬 Contact 📧 robert@ynteractive.com
🔗 Robert Breen
🌐 ynteractive.com

0
Downloads
1
Views
7.83
Quality Score
beginner
Complexity
Author:Robert Breen(View Original →)
Created:9/10/2025
Updated:11/17/2025

🔒 Please log in to import templates to n8n and favorite templates

Workflow Visualization

Loading...

Preparing workflow renderer

Comments (0)

Login to post comments