我的工作流11
中级
这是一个Document Extraction, Multimodal AI领域的自动化工作流,包含 10 个节点。主要使用 Notion, GoogleDrive, Agent, OpenAi, GoogleDriveTrigger 等节点。 使用 Whisper 和 GPT 从 Google Drive 转录和总结音频到 Notion
前置要求
- •Notion API Key
- •Google Drive API 凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "kPxKpLeogc6jiupV",
"meta": {
"instanceId": "1b9b471cfc35c494898c60da53fb540b12dc98f14d03ea21d431e8d5b791e453",
"templateCredsSetupCompleted": true
},
"name": "我的工作流11",
"tags": [],
"nodes": [
{
"id": "b439f939-2372-44a0-bfa2-57ce9ab82b21",
"name": "Google Drive 触发器",
"type": "n8n-nodes-base.googleDriveTrigger",
"position": [
-464,
-112
],
"parameters": {
"event": "fileCreated",
"options": {
"fileType": "all"
},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "specificFolder",
"folderToWatch": {
"__rl": true,
"mode": "list",
"value": "1EMG03GI9ewXAnKj_vT-aAmySU8T-GQZx",
"cachedResultUrl": "https://drive.google.com/drive/folders/1EMG03GI9ewXAnKj_vT-aAmySU8T-GQZx",
"cachedResultName": "Ai-Asset Generator"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "dImNd7U4hKl1Gpdh",
"name": "Google Drive account"
}
},
"typeVersion": 1
},
{
"id": "e50b6cfd-a9a3-4086-8864-87855e51eeb9",
"name": "下载文件",
"type": "n8n-nodes-base.googleDrive",
"position": [
-272,
-112
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "dImNd7U4hKl1Gpdh",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "027bcf8f-3653-4661-aef4-ef2909ab2dbc",
"name": "转录录音",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-48,
-160
],
"parameters": {
"options": {},
"resource": "audio",
"operation": "transcribe"
},
"credentials": {
"openAiApi": {
"id": "CO0Lrl5fRn9pZEL8",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "e16a789f-8d31-49ef-8074-fd5e761feed9",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
144,
-160
],
"parameters": {
"text": "=Just suppose you are a professional Summarizer and helper. \nThis is the data that is coming from a previous node \nAudio-transcribed : {{ $json.text }} \nand its the transcribed version of an mp3 file. Just Summarize the text and return to me a clear and a concize summary of the text.",
"options": {},
"promptType": "define"
},
"typeVersion": 2.1
},
{
"id": "a3e7fc95-5bb7-4c2b-a0a4-0d7eb54d5208",
"name": "OpenAI 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
96,
32
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "CO0Lrl5fRn9pZEL8",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "89801c04-d637-4e8f-b6e5-ce63f20aae95",
"name": "创建页面",
"type": "n8n-nodes-base.notion",
"position": [
592,
-96
],
"parameters": {
"title": "N8N Output",
"pageId": {
"__rl": true,
"mode": "id",
"value": "234c7c0bc348804da681f5d80eca6712"
},
"blockUi": {
"blockValues": [
{
"type": "heading_1",
"textContent": "={{ $json.output }}"
}
]
},
"options": {}
},
"credentials": {
"notionApi": {
"id": "DjuZsUioheWrd61P",
"name": "Notion account"
}
},
"typeVersion": 2.2
},
{
"id": "19d8919b-ec8a-40d2-bce0-3c385276c62e",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-80,
-240
],
"parameters": {
"color": 7,
"width": 560,
"height": 400,
"content": "AI 转录和摘要节点"
},
"typeVersion": 1
},
{
"id": "935a24cb-d92c-467a-ac51-5255712e25cb",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
496,
-240
],
"parameters": {
"color": 3,
"width": 336,
"height": 400,
"content": "上传到 Notion 数据库"
},
"typeVersion": 1
},
{
"id": "d718151b-fff1-492f-b2f9-50c305414dbd",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-512,
-240
],
"parameters": {
"width": 416,
"height": 400,
"content": "从云端硬盘下载(二进制)"
},
"typeVersion": 1
},
{
"id": "8dac6ad8-b94b-4520-a4a9-123107b69e40",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1264,
-416
],
"parameters": {
"color": 5,
"width": 672,
"height": 832,
"content": "创建者:Abdullah Dilshad"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6c73e86e-0ce0-4997-bb56-d76cd320b133",
"connections": {
"AI Agent": {
"main": [
[
{
"node": "Create a page",
"type": "main",
"index": 0
}
]
]
},
"Download file": {
"main": [
[
{
"node": "Transcribe a recording",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Google Drive Trigger": {
"main": [
[
{
"node": "Download file",
"type": "main",
"index": 0
}
]
]
},
"Transcribe a recording": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 文档提取, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
AI驱动的文档摘要生成器与通知器
使用GPT-4汇总Google文档和PDF并发送到Slack或邮件
If
Set
Gmail
+8
16 节点Krishna Sharma
文档提取
AI驱动的邮件分诊与自动回复系统,集成OpenAI代理和Gmail
AI驱动的邮件分诊与自动回复系统,集成OpenAI代理和Gmail
If
Set
Gmail
+20
68 节点Abdullahi Ahmed
内容创作
使用Gemini和GPT从笔记和语音创建结构化Notion工作区
使用Gemini和GPT从笔记和语音创建结构化Notion工作区
If
Set
Code
+14
36 节点Alex Huy
多模态 AI
多智能体架构免费入门模板
协作销售规划:多智能体AI、Google文档和Slack
Set
Slack
Google Drive
+6
24 节点Trung Tran
文档提取
从Google Sheets自动生成AI驱动的商业提案到Google Docs
使用GPT-4o、Google Sheets和Google Docs生成商业提案
Code
Google Docs
Google Drive
+6
16 节点Rahul Joshi
文档提取
n8n 中的免费 PDF 生成器 – 无需外部库或付费服务
使用 OpenAI、Google Docs 和 Slack 生成并分享专业 PDF
Set
Slack
Google Drive
+5
20 节点Trung Tran
文档提取