Sprachmemos für Creator mit Deepgram, GPT-3.5 und Softr in Blogartikel umwandeln

Fortgeschritten

Dies ist ein Content Creation, Multimodal AI-Bereich Automatisierungsworkflow mit 12 Nodes. Hauptsächlich werden Email, HubGpt, HtmlToImage, VoiceToText, GoogleSheets und andere Nodes verwendet. Verwenden Sie Deepgram, GPT-3.5 und ein Google Sheets-Dashboard, um Sprachmemos in Blogbeiträge umzuwandeln

Voraussetzungen
  • Google Sheets API-Anmeldedaten
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in 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": "Trigger: Sprachmemo-Workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Trigger-Sprachmemo-Workflow-0"
    },
    {
      "name": "Sticky: 🎙️ Schritt 1 – Sprachmemo-URL einreichen",
      "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": "Sticky-Schritt-1-Sprachmemo-URL-einreichen-1"
    },
    {
      "name": "Sprache zu Text",
      "type": "n8n-nodes-base.voiceToText",
      "position": [
        450,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Sprache-zu-Text-2"
    },
    {
      "name": "Sticky: 🧠 Schritt 2 – Mit Deepgram transkribieren",
      "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": "Sticky-Schritt-2-Mit-Deepgram-transkribieren-3"
    },
    {
      "name": "HubGPT: Als Blogbeitrag umschreiben",
      "type": "n8n-nodes-base.hubGpt",
      "position": [
        650,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "HubGPT-Als-Blogbeitrag-umschreiben-4"
    },
    {
      "name": "Sticky: ✍️ Schritt 3 – Mit GPT-3.5 verfeinern",
      "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": "Sticky-Schritt-3-Mit-GPT-3-5-verfeinern-5"
    },
    {
      "name": "HTML zu Bild",
      "type": "n8n-nodes-base.htmlToImage",
      "position": [
        850,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "HTML-zu-Bild-6"
    },
    {
      "name": "Sticky: 🖼️ Schritt 4 – Titelbild generieren",
      "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": "Sticky-Schritt-4-Titelbild-generieren-7"
    },
    {
      "name": "Google Tabellen: In Kalender speichern",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1050,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Google-Tabellen-In-Kalender-speichern-8"
    },
    {
      "name": "Sticky: 📊 Schritt 5 – Im Content-Kalender protokollieren",
      "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": "Sticky-Schritt-5-Im-Content-Kalender-protokollieren-9"
    },
    {
      "name": "E-Mail: Entwurf senden",
      "type": "n8n-nodes-base.email",
      "position": [
        1250,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "E-Mail-Entwurf-senden-10"
    },
    {
      "name": "Sticky: 📨 Schritt 6 – Per E-Mail prüfen",
      "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": "Sticky-Schritt-6-Per-E-Mail-pr-fen-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-zu-Bild-6": {
      "main": [
        [
          {
            "node": "Google Sheets: In Kalender speichern",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sprache-zu-Text-2": {
      "main": [
        [
          {
            "node": "HubGPT-Als-Blogbeitrag-umschreiben-4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubGPT-Als-Blogbeitrag-umschreiben-4": {
      "main": [
        [
          {
            "node": "HTML-zu-Bild-6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets: In Kalender speichern": {
      "main": [
        [
          {
            "node": "E-Mail-Entwurf-senden-10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Content-Erstellung, Multimodales KI

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes12
Kategorie2
Node-Typen7
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
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.”

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34