使用Deepgram、GPT-3.5和Softr为创作者将语音备忘录转换为博客文章
中级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 12 个节点。主要使用 Email, HubGpt, HtmlToImage, VoiceToText, GoogleSheets 等节点。 使用Deepgram、GPT-3.5和Google Sheets仪表板将语音备忘录转换为博客文章
前置要求
- •Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "voice-to-blog-v2",
"name": "使用Deepgram、GPT-3.5和Softr为创作者将语音备忘录转换为博客文章",
"tags": [
"voice-to-text",
"ai-writing",
"blog-automation",
"content-creation",
"google-sheets",
"html-to-image",
"softr",
"solopreneur",
"homemaker",
"n8n",
"deepgram",
"openai"
],
"nodes": [
{
"name": "触发器:语音备忘录工作流",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "便签:🎙️ 第一步 – 提交语音备忘录URL",
"type": "n8n-nodes-base.stickyNote",
"color": "#FFF9C4",
"notes": "🎙️ **How to Use**\n\nPaste the public URL of your voice memo (MP3/WAV) here.\n\n💡 *Sources*: Google Drive, Dropbox, iCloud, or any public link.\n\n✅ *Tip*: Use iOS Shortcuts or Make.com to auto-send memos to this workflow.",
"position": [
250,
150
],
"direction": "vertical",
"parameters": {
"content": ""
},
"typeVersion": 1,
"notesAlignment": "left"
},
{
"name": "语音转文本",
"type": "n8n-nodes-base.voiceToText",
"position": [
450,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "便签:🧠 第二步 – 使用Deepgram转录",
"type": "n8n-nodes-base.stickyNote",
"color": "#C8E6C9",
"notes": "🧠 **AI Transcription**\n\nUses Deepgram to convert your voice memo into accurate text.\n\n🔊 *Supports*: Long pauses, accents, background noise.\n\n⏱️ *Fast*: Transcribes 1 hour in ~12 seconds.",
"position": [
450,
150
],
"direction": "vertical",
"parameters": {
"content": ""
},
"typeVersion": 1,
"notesAlignment": "left"
},
{
"name": "HubGPT:重写为博客文章",
"type": "n8n-nodes-base.hubGpt",
"position": [
650,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "便签:✍️ 第三步 – 使用GPT-3.5润色",
"type": "n8n-nodes-base.stickyNote",
"color": "#BBDEFB",
"notes": "✍️ **AI Rewriting**\n\nTransforms raw transcript into a reader-friendly blog post.\n\n🎨 *Customize*: Edit the prompt to match your brand voice.\n\n💡 *Pro Tip*: Add “Include 3 bullet points” or “Add a call-to-action” to the prompt.",
"position": [
650,
150
],
"direction": "vertical",
"parameters": {
"content": ""
},
"typeVersion": 1,
"notesAlignment": "left"
},
{
"name": "HTML转图像",
"type": "n8n-nodes-base.htmlToImage",
"position": [
850,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "便签:🖼️ 第四步 – 生成特色图片",
"type": "n8n-nodes-base.stickyNote",
"color": "#F8BBD0",
"notes": "🖼️ **Auto-Generate Image**\n\nCreates a clean, branded featured image for blogs or social media.\n\n🔧 *Customize*: Edit HTML/CSS to match your brand colors/fonts.\n\n📥 *Output*: Image URL saved to Google Sheets.",
"position": [
850,
150
],
"direction": "vertical",
"parameters": {
"content": ""
},
"typeVersion": 1,
"notesAlignment": "left"
},
{
"name": "Google Sheets:保存到日历",
"type": "n8n-nodes-base.googleSheets",
"position": [
1050,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "便签:📊 第五步 – 记录到内容日历",
"type": "n8n-nodes-base.stickyNote",
"color": "#E1BEE7",
"notes": "📊 **Centralize Your Content**\n\nSaves all data to Google Sheets — your source of truth.\n\n🔗 *Softr Sync*: Connect this sheet to Softr for a visual dashboard.\n\n🔄 *Automate*: Add filters to skip published posts.",
"position": [
1050,
150
],
"direction": "vertical",
"parameters": {
"content": ""
},
"typeVersion": 1,
"notesAlignment": "left"
},
{
"name": "邮件:发送草稿",
"type": "n8n-nodes-base.email",
"position": [
1250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "便签:📨 第六步 – 通过邮件审阅",
"type": "n8n-nodes-base.stickyNote",
"color": "#FFECB3",
"notes": "📨 **Human-in-the-Loop**\n\nEmails you the draft for final review before publishing.\n\n✅ *Best Practice*: Forward to editor or VA for polish.\n\n🚀 *Next Step*: Add WordPress/Medium node to auto-publish after approval.",
"position": [
1250,
150
],
"direction": "vertical",
"parameters": {
"content": ""
},
"typeVersion": 1,
"notesAlignment": "left"
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "parallel"
},
"createdAt": "2025-09-04T00:00:00.000Z",
"updatedAt": "2025-09-04T00:00:00.000Z",
"versionId": "2.0",
"connections": {
"HTML to Image": {
"main": [
[
{
"node": "Google Sheets: Save to Calendar",
"type": "main",
"index": 0
}
]
]
},
"Voice to Text": {
"main": [
[
{
"node": "HubGPT: Rewrite as Blog Post",
"type": "main",
"index": 0
}
]
]
},
"HubGPT: Rewrite as Blog Post": {
"main": [
[
{
"node": "HTML to Image",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets: Save to Calendar": {
"main": [
[
{
"node": "Email: Send Draft",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
自动化错误报告:GitHub Issues → AI分析 → Jira工单,附带Slack和Discord提醒
GitHub到Jira错误同步,含GPT-4o分析与团队提醒
If
Code
Jira
+7
22 节点Shelly-Ann Davy
内容创作
AI驱动的邮件分诊与自动回复系统,集成OpenAI代理和Gmail
AI驱动的邮件分诊与自动回复系统,集成OpenAI代理和Gmail
If
Set
Gmail
+20
68 节点Abdullahi Ahmed
内容创作
面试质量审计
使用GPT-4o-mini和Google表格通过Slack审核面试反馈并生成报告
If
Code
Slack
+5
23 节点Rahul Joshi
内容创作
Bug汇总器
自动Bug报告汇总器:将Zendesk Bug工单同步到Google表格
If
Zendesk
Google Sheets
+2
11 节点Rahul Joshi
内容创作
Shopify自动发送WhatsApp感谢消息和忠诚度优惠券(使用Rapiwa API)
使用Rapiwa从Shopify自动发送WhatsApp感谢消息和忠诚度优惠券
If
Code
Wait
+5
17 节点SpaGreen Creative
内容创作
模板HP - 内容排期
使用GPT-4、Apify和Google Sheets自动生成Instagram内容排期
Set
Code
Wait
+9
24 节点keisha kalra
内容创作
工作流信息
难度等级
中级
节点数量12
分类2
节点类型7
作者
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
外部链接
在 n8n.io 查看 →
分享此工作流