从 Zoom 使用 GPT-4、Google Docs 和 Slack 生成 AI 会议记录
中级
这是一个AI Summarization, Multimodal AI领域的自动化工作流,包含 6 个节点。主要使用 Code, Slack, OpenAi, Webhook, GoogleDocs 等节点。 从 Zoom 使用 GPT-4、Google Docs 和 Slack 生成 AI 会议记录
前置要求
- •Slack Bot Token 或 Webhook URL
- •OpenAI API Key
- •HTTP Webhook 端点(n8n 会自动生成)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc"
},
"nodes": [
{
"id": "350fef5e-f003-412d-a061-7dd3165d6055",
"name": "Zoom 会议 Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-192,
256
],
"webhookId": "0ffbeb1c-79eb-4f91-afc7-c1b9878f6e2c",
"parameters": {
"path": "zoom-meeting-ended",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 1
},
{
"id": "ddd1c9c7-8f7c-4c1b-8075-43a27febb40d",
"name": "规范化数据",
"type": "n8n-nodes-base.code",
"position": [
48,
256
],
"parameters": {
"jsCode": "// Normalize Zoom payload\nconst e = $input.first().json;\n\nreturn {\n json: {\n meeting_id: e.payload.object.id,\n topic: e.payload.object.topic,\n host: e.payload.object.host_email,\n start_time: e.payload.object.start_time,\n end_time: e.payload.object.end_time,\n duration: e.payload.object.duration,\n participants: e.payload.object.participant_count || 0,\n transcript: e.payload.object.transcript || '', // if transcript available\n timestamp: new Date().toISOString()\n }\n};"
},
"typeVersion": 2
},
{
"id": "00538f67-0cad-4e9c-ba72-d4744470c772",
"name": "生成 AI 笔记",
"type": "n8n-nodes-base.openAi",
"position": [
256,
256
],
"parameters": {
"resource": "chat",
"operation": "create",
"requestOptions": {}
},
"typeVersion": 1
},
{
"id": "de229a4a-d353-4a0b-b6c4-010ca22e3e50",
"name": "保存到 Google Docs",
"type": "n8n-nodes-base.googleDocs",
"position": [
496,
256
],
"parameters": {
"title": "Meeting Notes - {{ $json.topic }} - {{ $json.timestamp }}"
},
"typeVersion": 2
},
{
"id": "07bdd64e-bdb8-470e-a3e6-604f51c2ac66",
"name": "发布到Slack",
"type": "n8n-nodes-base.slack",
"position": [
720,
256
],
"parameters": {
"text": "📝 *New Meeting Notes Available*\\n*Topic:* {{ $('Normalize Data').item.json.topic }}\\n*Host:* {{ $('Normalize Data').item.json.host }}\\n*Duration:* {{ $('Normalize Data').item.json.duration }} mins\\n\\n👉 Read full notes here: {{ $('Save to Google Docs').item.json.webViewLink }}",
"channel": "#team-meetings",
"attachments": [],
"otherOptions": {},
"authentication": "oAuth2"
},
"typeVersion": 1
},
{
"id": "a21376f0-b3a7-4c50-ad69-81793a723242",
"name": "设置说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
-64
],
"parameters": {
"width": 432,
"height": 384,
"content": "## 🛠️ 设置步骤"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Normalize Data": {
"main": [
[
{
"node": "Generate AI Notes",
"type": "main",
"index": 0
}
]
]
},
"Generate AI Notes": {
"main": [
[
{
"node": "Save to Google Docs",
"type": "main",
"index": 0
}
]
]
},
"Save to Google Docs": {
"main": [
[
{
"node": "Post to Slack",
"type": "main",
"index": 0
}
]
]
},
"Zoom Meeting Webhook": {
"main": [
[
{
"node": "Normalize Data",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - AI 摘要总结, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用GPT-4自动总结Zoom录制并发送到Slack和邮件
使用GPT-4自动总结Zoom录制并发送到Slack和邮件
Code
Gmail
Slack
+3
6 节点David Olusola
AI 摘要总结
AI每周汇总Google Docs更新 → 发送邮件
使用GPT-4从Google Docs生成每周文档摘要并通过邮件发送
Code
Cron
Gmail
+4
10 节点David Olusola
AI 摘要总结
使用 GPT-4 和 Gmail 为 Zoom 参会者发送个性化跟进邮件
使用 GPT-4 和 Gmail 为 Zoom 参会者发送个性化跟进邮件
Code
Gmail
Open Ai
+2
5 节点David Olusola
客户培育
太阳能线索重新激活
AI驱动的短信、邮件和Google表格自动化重新激活太阳能线索
Code
Wait
Open Ai
+7
28 节点David Olusola
客户培育
微学习创建器(改进版)
使用 GPT-4 和 Google Docs 将长内容转换为碎片化学习模块
If
Set
Code
+9
25 节点inderjeet Bhambra
内容创作
自动将新Calendly预约添加到Google表格
自动将新Calendly预约添加到Google表格
Code
Webhook
Google Sheets
+1
5 节点David Olusola
客户关系管理
工作流信息
难度等级
中级
节点数量6
分类2
节点类型6
作者
David Olusola
@dae221I help ambitious businesses eliminate operational bottlenecks and scale faster with AI automation. My clients typically see 40-60% efficiency gains within 90 days. Currently accepting 3 new projects this quarter - david@daexai.com
外部链接
在 n8n.io 查看 →
分享此工作流