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": "Voice Memo to Blog Post with Deepgram, GPT-3.5 & Softr for Creators",
  "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,
      "id": "--0"
    },
    {
      "name": "付箋: 🎙️ ステップ1 – 音声メモ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",
      "id": "-1-URL--1"
    },
    {
      "name": "音声→テキスト変換",
      "type": "n8n-nodes-base.voiceToText",
      "position": [
        450,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--2"
    },
    {
      "name": "付箋: 🧠 ステップ2 – 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",
      "id": "-2-Deepgram--3"
    },
    {
      "name": "HubGPT: ブログ記事として再構成",
      "type": "n8n-nodes-base.hubGpt",
      "position": [
        650,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "HubGPT--4"
    },
    {
      "name": "付箋: ✍️ ステップ3 – 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",
      "id": "-3-GPT-3-5--5"
    },
    {
      "name": "HTML→画像変換",
      "type": "n8n-nodes-base.htmlToImage",
      "position": [
        850,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "HTML--6"
    },
    {
      "name": "付箋: 🖼️ ステップ4 – アイキャッチ画像生成",
      "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",
      "id": "-4--7"
    },
    {
      "name": "Google Sheets: カレンダー保存",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1050,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Google-Sheets--8"
    },
    {
      "name": "付箋: 📊 ステップ5 – コンテンツカレンダー記録",
      "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",
      "id": "-5--9"
    },
    {
      "name": "メール: 下書き送信",
      "type": "n8n-nodes-base.email",
      "position": [
        1250,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--10"
    },
    {
      "name": "付箋: 📨 ステップ6 – メールで確認",
      "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",
      "id": "-6--11"
    }
  ],
  "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--6": {
      "main": [
        [
          {
            "node": "Google-Sheets--8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--2": {
      "main": [
        [
          {
            "node": "HubGPT--4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubGPT--4": {
      "main": [
        [
          {
            "node": "HTML--6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google-Sheets--8": {
      "main": [
        [
          {
            "node": "--10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - コンテンツ作成, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

自動エラー報告:GitHub Issues → AI分析 → Jira チケット、Slack と Discord での通知付き
GPT-4o 分析やチーム リマインダーを含む、GitHub と Jira のエラー同期
If
Code
Jira
+
If
Code
Jira
22 ノードShelly-Ann Davy
コンテンツ作成
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
If
Set
Gmail
+
If
Set
Gmail
68 ノードAbdullahi Ahmed
コンテンツ作成
インタビュー品質審査
GPT-4o-mini と Google スプレッドシートを使って、Slack でインタビューフィードバックを監査し、レポートを生成
If
Code
Slack
+
If
Code
Slack
23 ノードRahul Joshi
コンテンツ作成
バグ集計ツール
自動Bug報告サマライザー:ZendeskのBugチケットをGoogleスプシに同期
If
Zendesk
Google Sheets
+
If
Zendesk
Google Sheets
11 ノードRahul Joshi
コンテンツ作成
Shopify で注文後に WhatsApp での感謝メッセージ+ロイヤリティクーポン自動送信(Rapiwa API を使用)
Rapiwa を使用してShopifyから自動のにWhatsAppで感謝メッセージとロイヤルティクーポンを送信
If
Code
Wait
+
If
Code
Wait
17 ノードSpaGreen Creative
コンテンツ作成
テンプレートHP - コンテンツスケジュール
GPT-4、Apify、Google Sheetsを使ってInstagramコンテンツの自動スケジュール生成
Set
Code
Wait
+
Set
Code
Wait
24 ノードkeisha kalra
コンテンツ作成
ワークフロー情報
難易度
中級
ノード数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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34