Skip to main content

AI podcast generator with RSS feed & ElevenLabs voice

Workflow preview

Workflow preview
100%
AI podcast generator with RSS feed & ElevenLabs voice preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Overview This n8n automation turns any RSS feed into a spoken podcast episode, using OpenAI for summarization and ElevenLabs for voice generation. The final audio is then sent straight to your T...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.rssfeedread, n8n-nodes-base.code, n8n-nodes-base.googledrive, n8n-nodes-base.telegram, n8n-nodes-base.gmail, n8n-nodes-base.if, n8n-nodes-base.stopanderror, @elevenlabs/n8n-nodes-elevenlabs.elevenlabs

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.

Original n8n.io source

1.1 Workflow description

Title
AI podcast generator with RSS feed & ElevenLabs voice
Workflow name
AI podcast generator with RSS feed & ElevenLabs voice

🧠 Overview

This n8n automation turns any RSS feed into a spoken podcast episode, using OpenAI for summarization and ElevenLabs for voice generation. The final audio is then sent straight to your Telegram for instant publishing or listening.

πŸ“Œ Works with both self-hosted and cloud-based n8n instances. No-code podcasting made simple. πŸ‘₯ Who is this for? Podcasters & creators who want to automate content News curators or newsletter writers Agencies turning articles into daily voice updates Anyone who wants to voice AI-generated summaries and distribute via Telegram πŸš€ What this workflow automates πŸ“‘ Pulls the latest article from your chosen RSS feed 🧠 Uses OpenAI to summarize or rewrite the article πŸ—£οΈ Generates a natural-sounding podcast using ElevenLabs πŸ“² Sends the audio file to your Telegram inbox

🧰 What You’ll Need

πŸ”— RSS feed link (any source of fresh content) πŸ”‘ ElevenLabs API key (for voice generation) 🧠 OpenAI API key (for summarization or rewriting) πŸ’¬ Telegram Bot Token & your personal Chat ID (to receive the audio) πŸ› οΈ Setup Instructions Step 1: Get Your Chat ID & Telegram Bot Token

Open Telegram Search for @BotFather Create a new bot β†’ Copy the token Search for @userinfobot β†’ Copy your chat ID Save both for use in the Telegram node Step 2: Create/Open an ElevenLabs Account

Go to https://www.elevenlabs.io Copy your API key from the dashboard Choose your voice (the voice ID will be used in the workflow) Ensure your plan supports audio generation (free tier includes monthly usage) Step 3: Generate an OpenAI API Key

Log in to https://platform.openai.com Generate your API key Use GPT-4 or GPT-3.5 for best results Step 4: Configure Credentials in n8n

In n8n β†’ Settings β†’ Credentials, set up:

OpenAI API β†’ Add your key HTTP Header Auth β†’ For ElevenLabs Telegram Bot β†’ Add your token Step 5: Import and Configure the Workflow

Go to n8n β†’ Workflows β†’ Import Upload your .json file In the RSS node, replace the default link with your own feed Update the ElevenLabs node with: Your API key Voice ID Update Telegram node with: Your bot token Your personal chat ID 🧩 Customization Tips Change the Feed Source

Swap out the RSS feed URL to pull from different blogs, news sites, or content platforms.

Control Script Style

Edit the OpenAI prompt to:

Make it more casual or formal Add a call-to-action or intro line Include a sign-off (e.g., β€œThanks for listening!”) Use Different Voices

In ElevenLabs, you can:

Create a custom voice Choose one with a specific accent or tone Adjust stability or clarity for better results Add Distribution Channels

Send the audio to:

Email Notion Google Drive A podcast host with API support (e.g. Podbean, Buzzsprout)

πŸ§ͺ Troubleshooting

Problem Solution Audio not generating Check ElevenLabs voice ID and credit limits Telegram not sending Ensure bot token and chat ID are correct RSS not pulling content Verify feed URL and test in browser Summary is too short/long Adjust prompt or temperature in OpenAI node πŸ“£ Getting Support n8n Docs ElevenLabs API Docs OpenAI API Reference n8n Community πŸ’Œ Need help or customization? Email: [email protected] 🌟 Enjoyed this template? Give it a ⭐ in the library and help creators automate their podcast workflow with AI and voice tech!

β€œFrom RSS feed to voiced podcast in minutes β€” fully automated.”

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - RSS Feed Read

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1

Block 2 - Extract Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Upload to Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 4 - Send Telegram Notification

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.1

Block 5 - Send Email Notification

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 1

Block 6 - Check Content Length

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 7 - Content Too Short Error

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 8 - ElevenLabs

Type / Role
@elevenlabs/n8n-nodes-elevenlabs.elevenLabs - elevenLabs
Config choices
Version 1

Block 9 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 10 - Generate Podcast Script

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow AI podcast generator with RSS feed & ElevenLabs voice
Complexity intermediate
Nodes 11
Categories Content Creation, Multimodal AI
Author David Olusola
Published 21 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5084/5084.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does AI podcast generator with RSS feed & ElevenLabs voice do?

Overview This n8n automation turns any RSS feed into a spoken podcast episode, using OpenAI for summarization and ElevenLabs for voice generation. The final audio is then sent straight to your T...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.