第三次会议纪要,任务
中级
这是一个Miscellaneous, AI Summarization, Multimodal AI领域的自动化工作流,包含 15 个节点。主要使用 Code, Slack, ClickUp, Webhook, SplitOut 等节点。 使用Gemini AI将Fireflies转录转换为会议摘要并发送到Slack和ClickUp
前置要求
- •Slack Bot Token 或 Webhook URL
- •HTTP Webhook 端点(n8n 会自动生成)
- •Google Gemini API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "iVTZsAycgjyOlvXA",
"meta": {
"instanceId": "679a5e6996c7b87733ea9da67669642511fe2f1215d268a884919abfbd13ffdb",
"templateCredsSetupCompleted": true
},
"name": "第三次会议纪要,任务",
"tags": [],
"nodes": [
{
"id": "fef065fe-db8a-4a0b-a44f-10aa28285924",
"name": "获取转录文本",
"type": "@firefliesai/n8n-nodes-fireflies.fireflies",
"position": [
160,
0
],
"parameters": {
"transcriptId": "={{ $json.body.meetingId }}"
},
"credentials": {
"firefliesApi": {
"id": "OBez71PHrVzNJSTK",
"name": "Fireflies account"
}
},
"typeVersion": 1
},
{
"id": "9b985620-7817-4373-8e75-46b8173a9e82",
"name": "拆分输出",
"type": "n8n-nodes-base.splitOut",
"position": [
384,
0
],
"parameters": {
"options": {},
"fieldToSplitOut": "data.sentences"
},
"typeVersion": 1
},
{
"id": "0e051340-786e-4456-bb32-c5a07b061bb3",
"name": "聚合",
"type": "n8n-nodes-base.aggregate",
"position": [
576,
0
],
"parameters": {
"options": {},
"fieldsToAggregate": {
"fieldToAggregate": [
{
"fieldToAggregate": "raw_text"
}
]
}
},
"typeVersion": 1
},
{
"id": "4de50ee3-ca4d-4db3-bcfd-648cb4485708",
"name": "Google Gemini 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
848,
176
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.0-flash-thinking-exp-1219"
},
"credentials": {
"googlePalmApi": {
"id": "7X1ZyvDFg4ocTHrj",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "7c5fa1fc-b40e-4816-bbe1-82bd7e829230",
"name": "创建任务",
"type": "n8n-nodes-base.clickUp",
"position": [
1680,
-112
],
"parameters": {
"list": "901810841552",
"name": "={{ $json.title }}",
"team": "90181586895",
"space": "90186124564",
"folderless": true,
"authentication": "oAuth2",
"additionalFields": {
"content": "={{ $json.description }}"
}
},
"credentials": {
"clickUpOAuth2Api": {
"id": "Jn8b0merOlvQNjtt",
"name": "ClickUp account"
}
},
"typeVersion": 1
},
{
"id": "5670023a-e340-4b7b-bffd-0554b16f6530",
"name": "发送消息",
"type": "n8n-nodes-base.slack",
"position": [
1680,
64
],
"webhookId": "77447ec8-609b-4e5d-b59c-5186610f6f28",
"parameters": {
"text": "={{ $json.summary }}",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "list",
"value": "C099QR902TU",
"cachedResultName": "all-core47-n8n-assg"
},
"otherOptions": {},
"authentication": "oAuth2"
},
"credentials": {
"slackOAuth2Api": {
"id": "igVBzPC1MIDhRun9",
"name": "Slack account"
}
},
"typeVersion": 2.3
},
{
"id": "2e2a301a-1175-4656-bb28-eab29eb5e9f9",
"name": "Firefly Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-48,
0
],
"webhookId": "9a5c2814-1ee3-468f-9d96-80251fdab64d",
"parameters": {
"path": "fireflies-n8n-core47-agent",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 2.1
},
{
"id": "89652b55-db7a-4f51-a3ad-5334666c3b81",
"name": "摘要生成器",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
832,
0
],
"parameters": {
"text": "=Please generate a summary of this meeting transcript in 5-6 lines maximum. the main purpose is that, summary should be sent to team in simple and easy words with a medium length text, not very long, not very short.\n\nAlso Create a list of action items from the meeting and output it named description. Also give under 100 character title of each action item that i will use as name .\n\nHere is the meeting Transcript:\n\n{{ $json.raw_text }}\n\nReturn your answer as JSON with keys",
"options": {},
"promptType": "define"
},
"typeVersion": 2.2
},
{
"id": "4aa09be4-1238-4e40-8c48-94b8d263c845",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-112,
-208
],
"parameters": {
"width": 416,
"height": 448,
"content": "## Webhook + 转录文本检索"
},
"typeVersion": 1
},
{
"id": "b4c88cf8-6982-42bb-97fc-cb2aa88b73f8",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
336,
-208
],
"parameters": {
"width": 400,
"height": 448,
"content": "## 转录文本处理"
},
"typeVersion": 1
},
{
"id": "61ddd015-7544-4152-9926-49fcb87aba36",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
768,
-304
],
"parameters": {
"width": 400,
"height": 656,
"content": "## AI 处理"
},
"typeVersion": 1
},
{
"id": "11b0737f-b6e8-4693-9df2-bba289d9e8e4",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1200,
-304
],
"parameters": {
"width": 400,
"height": 544,
"content": "## AI 输出后处理"
},
"typeVersion": 1
},
{
"id": "6dd82eea-0258-4015-9b43-6f268befbe98",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1632,
-288
],
"parameters": {
"width": 352,
"height": 528,
"content": "## 输出"
},
"typeVersion": 1
},
{
"id": "4e61f900-30b2-4ced-9a81-793ecb920e7e",
"name": "清理 AI 响应",
"type": "n8n-nodes-base.code",
"position": [
1248,
0
],
"parameters": {
"jsCode": "return [\n {\n json: JSON.parse(\n $input.first().json.output.replace(/```json|```/g, '')\n )\n }\n];\n"
},
"typeVersion": 2
},
{
"id": "071da1de-13c4-421d-ac4b-81850456d535",
"name": "提取行动项",
"type": "n8n-nodes-base.code",
"position": [
1440,
-112
],
"parameters": {
"jsCode": "const items = $input.first().json.action_items || [];\n\nif (!Array.isArray(items) || items.length === 0) {\n return [];\n}\n\n// Convert each {name, description} into {title, description}\nreturn items.map(ai => ({\n json: {\n title: ai.name || \"Untitled\",\n description: ai.description || \"\"\n }\n}));\n"
},
"typeVersion": 2
}
],
"active": true,
"pinData": {
"Firefly Webhook": [
{
"json": {
"body": {
"eventType": "Transcription completed",
"meetingId": "01K3AGDJE5CAA7NG808VBVM2Y6"
},
"query": {},
"params": {},
"headers": {
"host": "n8n-tdiaavaa.ap-southeast-1.clawcloudrun.com",
"accept": "application/json, text/plain, */*",
"baggage": "sentry-environment=production,sentry-release=1.60.15,sentry-public_key=010261725034495cbd9605cd1d3c1a2d,sentry-trace_id=f9f8fc006a1f4552ac19271681483483",
"x-real-ip": "34.132.160.96",
"user-agent": "axios/1.6.8",
"content-type": "application/json",
"sentry-trace": "f9f8fc006a1f4552ac19271681483483-9a09f8ae726ac277-0",
"x-request-id": "ff152b33-eecd-48cc-8c8b-a6beeb490b1e",
"content-length": "80",
"req-start-time": "1755921039693",
"accept-encoding": "gzip, compress, deflate, br",
"x-forwarded-for": "34.132.160.96",
"x-forwarded-proto": "https",
"x-envoy-attempt-count": "1",
"x-envoy-original-host": "n8n-tdiaavaa.ap-southeast-1.clawcloudrun.com",
"x-envoy-external-address": "34.132.160.96",
"x-envoy-route-identifier": "true",
"x-envoy-decorator-operation": "n8n-ffktpwvb.ns-fq1b7jfh.svc.cluster.local:5678/()(.*).*"
},
"webhookUrl": "https://n8n-tdiaavaa.ap-southeast-1.clawcloudrun.com/webhook/fireflies-n8n-core47-agent",
"executionMode": "production"
}
}
]
},
"settings": {
"executionOrder": "v1"
},
"versionId": "c7cd452b-e5ef-48f7-a9f1-6621a02656c7",
"connections": {
"Aggregate": {
"main": [
[
{
"node": "Summary Generator",
"type": "main",
"index": 0
}
]
]
},
"Split Out": {
"main": [
[
{
"node": "Aggregate",
"type": "main",
"index": 0
}
]
]
},
"Create a task": {
"main": [
[]
]
},
"Firefly Webhook": {
"main": [
[
{
"node": "Get a transcript",
"type": "main",
"index": 0
}
]
]
},
"Get a transcript": {
"main": [
[
{
"node": "Split Out",
"type": "main",
"index": 0
}
]
]
},
"Summary Generator": {
"main": [
[
{
"node": "Cleans AI response",
"type": "main",
"index": 0
}
]
]
},
"Cleans AI response": {
"main": [
[
{
"node": "Send a message",
"type": "main",
"index": 0
},
{
"node": "Extracts action items",
"type": "main",
"index": 0
}
]
]
},
"Extracts action items": {
"main": [
[
{
"node": "Create a task",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "Summary Generator",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 杂项, AI 摘要总结, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用Gemini、Slack和Notion从新闻简报创建AI情报摘要
使用Gemini、Slack和Notion从新闻简报创建AI情报摘要
Set
Code
Gmail
+12
19 节点Harry Siggins
杂项
每日 WhatsApp 群组智能分析:GPT-4.1 分析与语音消息转录
每日 WhatsApp 群组智能分析:GPT-4.1 分析与语音消息转录
If
Set
Code
+20
52 节点Daniel Lianes
杂项
竞争对手内容差距分析器:自动化网站主题映射
使用Gemini AI、Apify和Google Sheets分析竞争对手内容差距
If
Set
Code
+10
30 节点Mychel Garzon
杂项
使用Groq AI和GhostGenius比较LinkedIn个人资料与职位描述
使用Groq AI和GhostGenius比较LinkedIn个人资料与职位描述的匹配度
If
Set
Code
+8
17 节点Stephan Koning
杂项
使用Gemini AI和Google Workspace将每日邮件和日历摘要发送到Slack
使用Gemini AI和Google Workspace将每日邮件和日历摘要发送到Slack
Code
Cron
Gmail
+7
20 节点Sayone Technologies
杂项
使用AI分析检测病毒式YouTube视频并发送邮件报告
使用AI分析检测病毒式YouTube视频并发送邮件报告
Set
Code
Sort
+14
26 节点gclbck
杂项