AutomationFlowsAI & RAG › Convert Blog Posts to Audio Content with Eleven Labs & Gpt-4

Convert Blog Posts to Audio Content with Eleven Labs & Gpt-4

ByMarth - Business Automation @marth on n8n.io

This n8n workflow streamlines the entire process of turning your written articles into engaging audio, distributing them, and tracking their performance. Here's a step-by-step breakdown: New Content Detection: The workflow starts by monitoring your blog's RSS feed. As soon as…

Event trigger★★★★☆ complexityAI-powered12 nodesRss Feed Read Trigger@Elevenlabs/N8N Nodes ElevenlabsGoogle DriveOpenAIGoogle SheetsGmailSlack
AI & RAG Trigger: Event Nodes: 12 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #6717 — we link there as the canonical source.

This workflow follows the Gmail → Google Drive recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "KLDO9ZJ0iMg5VncF",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Automated Audio Content with Eleven Labs & GPT-4",
  "tags": [],
  "nodes": [
    {
      "id": "89557e6d-4a2d-417f-b323-ffe632ebb5a8",
      "name": "RSS Feed Trigger",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4e7186aa-c4a8-425a-9cc5-2f505e36696d",
      "name": "Extract & Clean Article Data",
      "type": "n8n-nodes-base.set",
      "position": [
        224,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "a881c3d2-9980-428a-a85d-4eb700d35e0d",
      "name": "Convert Text to Speech",
      "type": "@elevenlabs/n8n-nodes-elevenlabs.elevenLabs",
      "position": [
        448,
        0
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 1
    },
    {
      "id": "37cebd8a-ceab-4ffa-83fd-5f046fde43b7",
      "name": "Upload Audio File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        672,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "0796f202-3a46-4cf4-b8e7-2ec41004ba65",
      "name": "Generate Metadata",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        896,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "0dcd3160-1a32-4c13-b3d6-93f1c45227fc",
      "name": "Combine All Metadata",
      "type": "n8n-nodes-base.set",
      "position": [
        1296,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "81d43a0c-3a16-4f8b-a320-88d8ba483731",
      "name": "Log Audio Production",
      "type": "n8n-nodes-base.googleSheets",
      "notes": "Values:\nArticle URL: ={{ $json.finalArticleUrl }}\nArticle Title: ={{ $json.finalArticleTitle }}\nAudio File URL: ={{ $json.audioFileUrl }}\nGenerated Audio Title: ={{ $json.generatedAudioTitle }}\nGenerated Audio Description: ={{ $json.generatedAudioDescription }}\nGenerated Audio Tags: ={{ $json.generatedAudioTags }}\nStatus: ={{ $json.workflowStatus }}\nTimestamp: ={{ $json.timestamp }}",
      "position": [
        1520,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.6
    },
    {
      "id": "52da2181-689d-44f1-97ec-4f50a2311e22",
      "name": "Is for Email Distribution?",
      "type": "n8n-nodes-base.if",
      "position": [
        1744,
        0
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "a80d6ee9-f222-411f-aa6f-aa6151e04903",
      "name": "Send Audio Notification via Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1968,
        -96
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "4e637fd0-015c-4f0d-9fb9-5782c66f23f6",
      "name": "Notify Internal Team",
      "type": "n8n-nodes-base.slack",
      "position": [
        1968,
        96
      ],
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "44c25fdf-b212-4d26-83d3-0a0704bd8437",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c0cace1f-436f-4437-aa2e-d84b299488c8",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -144,
        400
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "45b3c5df-1732-4525-888c-410de66f5676",
  "connections": {
    "RSS Feed Trigger": {
      "main": [
        [
          {
            "node": "Extract & Clean Article Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Metadata": {
      "main": [
        [
          {
            "node": "Combine All Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Audio File": {
      "main": [
        [
          {
            "node": "Generate Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine All Metadata": {
      "main": [
        [
          {
            "node": "Log Audio Production",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log Audio Production": {
      "main": [
        [
          {
            "node": "Is for Email Distribution?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Text to Speech": {
      "main": [
        [
          {
            "node": "Upload Audio File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is for Email Distribution?": {
      "main": [
        [
          {
            "node": "Send Audio Notification via Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Notify Internal Team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract & Clean Article Data": {
      "main": [
        [
          {
            "node": "Convert Text to Speech",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n workflow streamlines the entire process of turning your written articles into engaging audio, distributing them, and tracking their performance. Here's a step-by-step breakdown: New Content Detection: The workflow starts by monitoring your blog's RSS feed. As soon as…

Source: https://n8n.io/workflows/6717/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Overview

Gmail Trigger, Google Drive, OpenAI +4
AI & RAG

This system meticulously guides each lead through a fully automated journey, from initial contact to a personalized follow-up and CRM integration.

OpenAI, @Elevenlabs/N8N Nodes Elevenlabs, Google Drive +4
AI & RAG

Small teams, solo operators, and security-conscious individuals who receive email attachments from external senders. Useful for freelancers, agencies, HR teams, and anyone handling CVs, invoices, or d

Gmail Trigger, HTTP Request, OpenAI +4
AI & RAG

Complete AI-powered sales system Automates lead capture, qualification, and follow-up from multiple channels. AI INTELLIGENCE:

Gmail Trigger, Google Sheets, OpenAI +3
AI & RAG

Imagine a relentless, intelligent sales assistant working for you 24/7. That's exactly what this system is. It takes the grueling, manual work of outreach and transforms it into a precision-guided, au

@Apify/N8N Nodes Apify, Hunter, Google Sheets +3