π― 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)
- 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.
- The node will resolve the board and output its
βΆοΈ Run
- Click Execute Workflow.
- The final Summarize Tasks step returns a concise board summary.
π¬ 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