{
  "name": "Convert voice memos to blog posts with Deepgram, GPT-3.5 & Google Sheets dashboard",
  "nodes": [
    {
      "id": null,
      "name": "Trigger: Voice Memo Workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "id": null,
      "name": "Sticky: 🎙️ Step 1 – Submit Voice Memo URL",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        250,
        150
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Voice to Text",
      "type": "n8n-nodes-base.voiceToText",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "Sticky: 🧠 Step 2 – Transcribe with Deepgram",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        450,
        150
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "HubGPT: Rewrite as Blog Post",
      "type": "n8n-nodes-base.hubGpt",
      "position": [
        650,
        300
      ]
    },
    {
      "id": null,
      "name": "Sticky: ✍️ Step 3 – Polish with GPT-3.5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        650,
        150
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "HTML to Image",
      "type": "n8n-nodes-base.htmlToImage",
      "position": [
        850,
        300
      ]
    },
    {
      "id": null,
      "name": "Sticky: 🖼️ Step 4 – Generate Featured Image",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        850,
        150
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Google Sheets: Save to Calendar",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1050,
        300
      ]
    },
    {
      "id": null,
      "name": "Sticky: 📊 Step 5 – Log in Content Calendar",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1050,
        150
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": null,
      "name": "Email: Send Draft",
      "type": "n8n-nodes-base.email",
      "position": [
        1250,
        300
      ]
    },
    {
      "id": null,
      "name": "Sticky: 📨 Step 6 – Review via Email",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1250,
        150
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}