8
n8n 中文网amn8n.com

使用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)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量12
分类2
节点类型7
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder 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 查看

分享此工作流