使用GPT-5-Nano的自动化Trello看板摘要
中级
这是一个AI Summarization, Multimodal AI领域的自动化工作流,包含 12 个节点。主要使用 Set, Trello, Aggregate, ManualTrigger, Agent 等节点。 使用GPT-5-Nano的自动化Trello看板摘要
前置要求
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
"name": "当点击\"执行工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-416,
1376
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b99370e3-ef14-49e6-8c32-4fae46fa3ea6",
"name": "OpenAI 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
112,
1904
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5-nano",
"cachedResultName": "gpt-5-nano"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "4l6TDfLZVFS24g3X",
"name": "OpenAi account 4"
}
},
"typeVersion": 1.2
},
{
"id": "6d3e48c8-0b7b-49f7-9ce9-cb1dace5f83c",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-944,
1248
],
"parameters": {
"width": 400,
"height": 928,
"content": "## ⚙️ 设置说明"
},
"typeVersion": 1
},
{
"id": "33cbea62-e7ae-47e2-a191-4753663cc604",
"name": "便签41",
"type": "n8n-nodes-base.stickyNote",
"position": [
-496,
1248
],
"parameters": {
"color": 7,
"width": 1104,
"height": 928,
"content": "# 🗂️ Trello看板摘要生成器(n8n + Trello + OpenAI)"
},
"typeVersion": 1
},
{
"id": "4cadd49a-62ce-4784-b41b-39e7cb3081ab",
"name": "便签42",
"type": "n8n-nodes-base.stickyNote",
"position": [
16,
1728
],
"parameters": {
"color": 3,
"width": 288,
"height": 304,
"content": "### 2️⃣ 设置 OpenAI 连接"
},
"typeVersion": 1
},
{
"id": "a230c9f0-cbfb-4423-9cd1-31817224edcd",
"name": "获取看板",
"type": "n8n-nodes-base.trello",
"position": [
-416,
1600
],
"parameters": {
"id": {
"__rl": true,
"mode": "url",
"value": "https://trello.com/b/DCpuJbnd/administrative-tasks"
},
"resource": "board",
"operation": "get",
"additionalFields": {}
},
"credentials": {
"trelloApi": {
"id": "0inUg5020tWOj6Qr",
"name": "Trello account 4"
}
},
"typeVersion": 1
},
{
"id": "a957f208-cb1c-4734-b855-7651b8fa89fe",
"name": "获取列表",
"type": "n8n-nodes-base.trello",
"position": [
-368,
2016
],
"parameters": {
"id": "={{ $json.id }}",
"resource": "list",
"operation": "getAll",
"additionalFields": {}
},
"credentials": {
"trelloApi": {
"id": "0inUg5020tWOj6Qr",
"name": "Trello account 4"
}
},
"typeVersion": 1
},
{
"id": "56f8066e-5ce1-4065-855b-cd9dfe6a20be",
"name": "获取卡片",
"type": "n8n-nodes-base.trello",
"position": [
-160,
1648
],
"parameters": {
"id": "={{ $json.id }}",
"resource": "list",
"operation": "getCards",
"additionalFields": {}
},
"credentials": {
"trelloApi": {
"id": "0inUg5020tWOj6Qr",
"name": "Trello account 4"
}
},
"typeVersion": 1
},
{
"id": "156c52d3-970e-4bcf-995e-eaeb1c425711",
"name": "字段映射",
"type": "n8n-nodes-base.set",
"position": [
-48,
1376
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "3c2613df-a000-4c8e-bd27-2aef696f5ced",
"name": "Board Name",
"type": "string",
"value": "={{ $('Get Board').item.json.name }}"
},
{
"id": "e4048a3f-d352-4b1f-a76a-4fbf9b74b163",
"name": "List Name",
"type": "string",
"value": "={{ $('Get Lists').item.json.name }}"
},
{
"id": "d0236a8a-8129-4370-b241-9e27adcb9952",
"name": "Task Name",
"type": "string",
"value": "={{ $json.name }}"
},
{
"id": "8b6b23c1-1661-4af7-b62d-4facaf0d2651",
"name": "Task Description",
"type": "string",
"value": "={{ $json.desc }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "31e6bbd1-fef7-4a26-9c5d-33f7620f70d3",
"name": "合并为一个",
"type": "n8n-nodes-base.aggregate",
"position": [
112,
1520
],
"parameters": {
"options": {},
"aggregate": "aggregateAllItemData"
},
"typeVersion": 1
},
{
"id": "3d6f05a6-0b46-417d-b314-c3106e5267f1",
"name": "总结任务",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
288,
1488
],
"parameters": {
"text": "={{ $json.data }}",
"options": {
"systemMessage": "Summarize this board"
},
"promptType": "define"
},
"typeVersion": 2.2
},
{
"id": "5ff00f3a-ac76-433b-a427-9018fb5d5ef0",
"name": "便签43",
"type": "n8n-nodes-base.stickyNote",
"position": [
-480,
1840
],
"parameters": {
"color": 3,
"width": 336,
"height": 304,
"content": "### 1️⃣ 连接 Trello(开发者 API)"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Get Board": {
"main": [
[
{
"node": "Get Lists",
"type": "main",
"index": 0
}
]
]
},
"Get Cards": {
"main": [
[
{
"node": "Map Fields",
"type": "main",
"index": 0
}
]
]
},
"Get Lists": {
"main": [
[
{
"node": "Get Cards",
"type": "main",
"index": 0
}
]
]
},
"Map Fields": {
"main": [
[
{
"node": "Combine into One",
"type": "main",
"index": 0
}
]
]
},
"Combine into One": {
"main": [
[
{
"node": "Summarize Tasks",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Summarize Tasks",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Get Board",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - AI 摘要总结, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用 GPT-4o-mini 生成每日 Pipedrive 交易摘要
使用 GPT-4o-mini 生成每日 Pipedrive 交易摘要
Set
Code
Aggregate
+6
14 节点Robert Breen
AI 摘要总结
使用 Perplexity AI 研究业务线索并使用 OpenAI 保存到 Google Sheets
使用 Perplexity AI 研究业务线索并使用 OpenAI 保存到 Google Sheets
Set
Merge
Split Out
+8
18 节点Robert Breen
杂项
使用GPT-4o自动将Outlook邮件分类到颜色类别
使用GPT-4o自动将Outlook邮件分类到颜色类别
Set
Manual Trigger
Split In Batches
+5
13 节点Robert Breen
AI 摘要总结
使用Apify爬虫和GPT-4o Mini提取YouTube创作者邮箱
使用Apify爬虫和GPT-4o Mini提取YouTube创作者邮箱
Set
Http Request
Manual Trigger
+5
12 节点Robert Breen
AI 摘要总结
使用Google Sheets、GPT-4o和电子邮件生成营销活动ROI报告
使用Google Sheets、GPT-4o和电子邮件生成营销活动ROI报告
Code
Merge
Aggregate
+7
16 节点Robert Breen
AI 摘要总结
使用 Apify + GPT-4o-mini 从标签分析生成 Instagram 标题
使用 Apify + GPT-4o-mini 从标签分析生成 Instagram 标题
Set
Code
Merge
+8
17 节点Robert Breen
内容创作
工作流信息
难度等级
中级
节点数量12
分类2
节点类型7
作者
Robert Breen
@rbreenProfessional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.
外部链接
在 n8n.io 查看 →
分享此工作流