使用 ElevenLabs 转录和分析会议或播客
高级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 17 个节点。主要使用 Gmail, Markdown, GoogleDocs, HttpRequest, GoogleSheets 等节点。 使用 ElevenLabs 和 Google Gemini AI 转录分析会议或播客
前置要求
- •Google 账号和 Gmail API 凭证
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
使用的节点 (17)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "7igUJFLIXoP9aAKl",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "使用 ElevenLabs 转录和分析会议或播客",
"tags": [],
"nodes": [
{
"id": "3636a64e-7b0e-4ee3-8837-d7ecb59a29a9",
"name": "当点击\"执行工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-576,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "41fb00ed-9bd1-495a-935b-714d562ab539",
"name": "遍历项目",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-144,
96
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "2fa6fdc5-3bd7-4e17-9f23-90c32c6989d6",
"name": "调用 \"ElevenLabs 文本转语音\"",
"type": "n8n-nodes-base.executeWorkflow",
"position": [
544,
336
],
"parameters": {
"mode": "each",
"options": {
"waitForSubWorkflow": true
},
"workflowId": {
"__rl": true,
"mode": "id",
"value": "7igUJFLIXoP9aAKl"
},
"workflowInputs": {
"value": {
"text": "={{ $('Speech-to-Text').item.json.text }}"
},
"schema": [
{
"id": "text",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "text",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"text"
],
"attemptToConvertTypes": true,
"convertFieldsToString": true
}
},
"typeVersion": 1.2
},
{
"id": "576849a8-b2ab-4b17-b96a-c912f027c709",
"name": "当被其他工作流执行时",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
-544,
704
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "text"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "0d9ec033-f75c-4ad4-9d70-fcfd9045e363",
"name": "获取音频 URL",
"type": "n8n-nodes-base.googleSheets",
"position": [
-384,
96
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupColumn": "DONE"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1046e1OLfwiu1vfvnX_i2LP3yXOGL_87_BxyiXgkVmuU/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1046e1OLfwiu1vfvnX_i2LP3yXOGL_87_BxyiXgkVmuU",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1046e1OLfwiu1vfvnX_i2LP3yXOGL_87_BxyiXgkVmuU/edit?usp=drivesdk",
"cachedResultName": "Elevenlabs Speech-to-Text"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "JYR6a64Qecd6t8Hb",
"name": "Google Sheets account"
}
},
"typeVersion": 4.7
},
{
"id": "b486796d-9cb8-45ab-8a0a-7d6ba1af087b",
"name": "语音转文本",
"type": "n8n-nodes-base.httpRequest",
"position": [
112,
112
],
"parameters": {
"url": "https://api.elevenlabs.io/v1/speech-to-text",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "form-urlencoded",
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "model_id",
"value": "scribe_v1"
},
{
"name": "cloud_storage_url",
"value": "={{ $json['AUDIO URL'] }}"
},
{
"name": "tag_audio_events",
"value": "true"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "cuOCiacID6OxWFUF",
"name": "ElevenLabs API"
}
},
"typeVersion": 4.2
},
{
"id": "ac72a840-ce27-490c-ab7f-003b5ec3684a",
"name": "更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
112,
336
],
"parameters": {
"columns": {
"value": {
"DONE": "x",
"DOCS ID": "={{ $('Create Doc').item.json.id }}",
"row_number": "={{ $('Loop Over Items').item.json.row_number }}"
},
"schema": [
{
"id": "AUDIO URL",
"type": "string",
"display": true,
"required": false,
"displayName": "AUDIO URL",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "DONE",
"type": "string",
"display": true,
"required": false,
"displayName": "DONE",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "DOCS ID",
"type": "string",
"display": true,
"required": false,
"displayName": "DOCS ID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "number",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"row_number"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1046e1OLfwiu1vfvnX_i2LP3yXOGL_87_BxyiXgkVmuU/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1046e1OLfwiu1vfvnX_i2LP3yXOGL_87_BxyiXgkVmuU",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1046e1OLfwiu1vfvnX_i2LP3yXOGL_87_BxyiXgkVmuU/edit?usp=drivesdk",
"cachedResultName": "Elevenlabs Speech-to-Text"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "JYR6a64Qecd6t8Hb",
"name": "Google Sheets account"
}
},
"typeVersion": 4.7
},
{
"id": "a05956e3-2151-4897-94f5-8b63972a1ada",
"name": "转录分析",
"type": "@n8n/n8n-nodes-langchain.googleGemini",
"position": [
-224,
704
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "models/gemini-2.5-pro",
"cachedResultName": "models/gemini-2.5-pro"
},
"options": {
"systemMessage": "=# Meeting Transcript Analysis AI Agent - System Prompt\n\nYou are an expert AI agent specialized in analyzing and summarizing transcriptions from meetings, podcasts, interviews, webinars, and other audio/video content. Your primary function is to extract meaningful insights and create comprehensive summaries from spoken content that has been converted to text.\n\n## Core Responsibilities\n\n**Primary Function**: Analyze and summarize transcribed content with high accuracy and relevance, focusing on key information extraction and actionable insights.\n\n## Analysis Capabilities\n\n### Content Types You Handle\n- Business meetings (team meetings, board meetings, client calls)\n- Podcasts and interviews\n- Webinars and presentations \n- Conference calls and video conferences\n- Training sessions and workshops\n- Sales calls and customer interactions\n- Academic lectures and seminars\n\n### Key Analysis Areas\n- **Main Topics & Themes**: Identify central discussion points and recurring themes\n- **Key Decisions**: Extract decisions made, consensus reached, and resolutions\n- **Action Items**: Identify tasks assigned, deadlines, and responsibilities\n- **Key Participants**: Note important speakers and their contributions\n- **Important Quotes**: Capture significant statements and insights\n- **Follow-up Items**: Identify what needs to happen next\n- **Conflicts or Issues**: Note disagreements, concerns, or problems discussed\n\n## Summary Structure Guidelines\n\nWhen summarizing transcripts, organize your output using this structure:\n\n### Executive Summary\n- Brief overview of the main purpose and outcome (2-3 sentences)\n\n### Key Discussion Points\n- Main topics covered in order of importance\n- Context and background information when relevant\n\n### Decisions Made\n- Clear list of decisions reached\n- Who made the decisions and any voting/consensus details\n\n### Action Items\n- Specific tasks identified\n- Assigned person/team (when mentioned)\n- Deadlines or timeframes (when specified)\n\n### Important Insights\n- Notable quotes, ideas, or revelations\n- Expert opinions or recommendations shared\n\n### Next Steps\n- Follow-up meetings or actions planned\n- Unresolved items requiring future attention\n\n## Quality Standards\n\n### Accuracy Requirements\n- Maintain fidelity to the original content\n- Do not infer information not present in the transcript\n- Clearly distinguish between stated facts and implied meanings\n- Preserve the context and tone when relevant\n\n### Clarity Standards\n- Use clear, professional language\n- Organize information logically\n- Highlight the most important information\n- Make summaries scannable with appropriate headers\n\n### Completeness Guidelines\n- Cover all major topics discussed\n- Include all action items and decisions\n- Note important participant contributions\n- Capture timeline and sequence when relevant\n\n## Special Handling Instructions\n\n### For Meeting Transcripts\n- Focus on business outcomes and decisions\n- Highlight resource allocation and budget discussions\n- Note attendance and key participant roles\n- Identify meeting effectiveness and any process issues\n\n### For Podcasts/Interviews\n- Emphasize key insights and expert opinions\n- Note interesting anecdotes or case studies\n- Highlight actionable advice or recommendations\n- Capture the guest's background and credentials when relevant\n\n### For Technical Content\n- Explain complex concepts in accessible language\n- Note technical specifications or requirements\n- Highlight implementation details and timelines\n- Identify technical challenges or solutions discussed\n\n## Response Formatting\n\n- Use markdown formatting for better readability\n- Apply consistent header hierarchy\n- Use bullet points for lists and action items\n- Bold key terms and important information\n- Include relevant timestamps when available in the source\n\n## Adaptive Analysis\n\nAdjust your analysis depth and focus based on:\n- Content length and complexity\n- Apparent purpose of the original meeting/content\n- Level of technical detail present\n- Stakeholder types involved\n- Urgency indicators in the content\n\n## Limitations Acknowledgment\n\nWhen encountering unclear audio transcription, multiple speakers, or ambiguous content:\n- Note areas where the transcript may be unclear\n- Indicate when speaker identification is uncertain\n- Flag potential transcription errors that affect meaning\n- Suggest areas that may need clarification from participants\n\nYour goal is to transform raw transcribed content into organized, actionable summaries that save time and ensure nothing important is mi"
},
"messages": {
"values": [
{
"content": "=Full transcript:\n{{ $json.text }}"
}
]
}
},
"credentials": {
"googlePalmApi": {
"id": "AaNPKXAphyMzRgfA",
"name": "Google Gemini(PaLM) (Eure)"
}
},
"typeVersion": 1
},
{
"id": "6a8e5bd2-8a45-4f9f-bd57-e80c071dbd67",
"name": "发送邮件",
"type": "n8n-nodes-base.gmail",
"position": [
560,
704
],
"webhookId": "a9460f49-968a-412d-8805-9c583f23c52f",
"parameters": {
"sendTo": "YOUR_EMAIL_ADDRESS",
"message": "={{ $json.data }}",
"options": {
"appendAttribution": false
},
"subject": "=[N8N] Recap",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "nyuHvSX5HuqfMPlW",
"name": "Gmail account (n3w.it)"
}
},
"typeVersion": 2.1
},
{
"id": "5ba1820c-8aef-435f-88e1-e6242f50ad18",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-592,
-672
],
"parameters": {
"color": 3,
"width": 704,
"height": 320,
"content": "## 使用 ElevenLabs 语音转文本转录和分析会议或播客(音频/视频)"
},
"typeVersion": 1
},
{
"id": "b2a10f86-4613-47a2-b733-3e85083b3bba",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-592,
-320
],
"parameters": {
"color": 5,
"width": 704,
"height": 176,
"content": "## 步骤 1"
},
"typeVersion": 1
},
{
"id": "84780869-7d02-4d43-8831-9eac1409f79b",
"name": "Markdown",
"type": "n8n-nodes-base.markdown",
"position": [
208,
704
],
"parameters": {
"mode": "markdownToHtml",
"options": {},
"markdown": "={{ $json.content.parts[0].text }}"
},
"typeVersion": 1
},
{
"id": "6f182a94-bfe7-4718-b323-dc0be3b503b8",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
48,
32
],
"parameters": {
"width": 224,
"height": 240,
"content": "## 转录文本"
},
"typeVersion": 1
},
{
"id": "ab04db7f-43f8-43aa-a476-b19ca55f8b5e",
"name": "将转录文本添加到文档",
"type": "n8n-nodes-base.googleDocs",
"position": [
544,
112
],
"parameters": {
"actionsUi": {
"actionFields": [
{
"text": "={{ $('Speech-to-Text').item.json.text }}",
"action": "insert"
}
]
},
"operation": "update",
"documentURL": "={{ $json.id }}"
},
"credentials": {
"googleDocsOAuth2Api": {
"id": "LpmDV1ry0BPLvW8b",
"name": "Google Docs account"
}
},
"typeVersion": 2
},
{
"id": "70c2a0e6-7d19-457a-ad28-3bb6dafa7142",
"name": "创建文档",
"type": "n8n-nodes-base.googleDocs",
"position": [
320,
112
],
"parameters": {
"title": "={{ $json.transcription_id }}",
"folderId": "1tkCr7xdraoZwsHqeLm7FZ4aRWY94oLbZ"
},
"credentials": {
"googleDocsOAuth2Api": {
"id": "LpmDV1ry0BPLvW8b",
"name": "Google Docs account"
}
},
"typeVersion": 2
},
{
"id": "0fcf062e-5603-46bc-bf4f-3d62cf1640a0",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-304,
640
],
"parameters": {
"width": 400,
"height": 240,
"content": "## 分析"
},
"typeVersion": 1
},
{
"id": "e4ff9aae-a943-4763-a4ac-3db77532d75e",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-592,
-112
],
"parameters": {
"color": 5,
"width": 704,
"height": 96,
"content": "## 步骤 2"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b6fd2daf-7117-4396-b0a9-135fd17c71d3",
"connections": {
"Markdown": {
"main": [
[
{
"node": "Send email",
"type": "main",
"index": 0
}
]
]
},
"Create Doc": {
"main": [
[
{
"node": "Add Transcript to Doc",
"type": "main",
"index": 0
}
]
]
},
"Update row": {
"main": [
[
{
"node": "Call 'ElevenLabs Text-to-Speech'",
"type": "main",
"index": 0
}
]
]
},
"Get audio urls": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Speech-to-Text": {
"main": [
[
{
"node": "Create Doc",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[],
[
{
"node": "Speech-to-Text",
"type": "main",
"index": 0
}
]
]
},
"Transcript Analysis": {
"main": [
[
{
"node": "Markdown",
"type": "main",
"index": 0
}
]
]
},
"Add Transcript to Doc": {
"main": [
[
{
"node": "Update row",
"type": "main",
"index": 0
}
]
]
},
"Call 'ElevenLabs Text-to-Speech'": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Transcript Analysis",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Get audio urls",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
我的智能体竞技场社区竞赛
使用Qdrant、Mistral OCR和GPT-4构建基于RAG的问答系统
Set
Code
Wait
+19
41 节点Davide
内容创作
WordPress博客自动化专业版(深度研究)v2.1市场
使用GPT-4o、Perplexity AI和多语言支持自动化SEO优化的博客创建
If
Set
Xml
+27
125 节点Daniel Ng
内容创作
适用于WooCommerce Nano Banana的AI虚拟试穿
使用Fal.ai Nano Banana为WooCommerce自动生成虚拟AI试穿图像
If
Set
Wait
+7
20 节点Davide
内容创作
LinkedIn和X病毒内容自动引擎
使用AI生成和发布自动创建LinkedIn和X的病毒内容
If
Set
Wait
+26
156 节点Diptamoy Barman
内容创作
基于 YouTube 视频的自主博客发布
使用 ChatGPT、Sheets、Apify、Pexels 和 WordPress 从 YouTube 视频自主发布博客
If
Set
Code
+18
80 节点Oriol Seguí
内容创作
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他
工作流信息
难度等级
高级
节点数量17
分类2
节点类型11
作者
Davide
@n3witaliaFull-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza
外部链接
在 n8n.io 查看 →
分享此工作流