Skip to main content

🏫 English lesson generator from podcasts with RSS, GPT-4, ElevenLabs and Gmail

Workflow preview

Workflow preview
100%
🏫 English lesson generator from podcasts with RSS, GPT-4, ElevenLabs and Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Tags: ESL, English Learning, Podcasts, RSS, AI Exercises, ElevenLabs Context Hi! I’m Samir, Supply Chain Engineer and Data Scientist based in Paris, and founder of the star...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.limit, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.aggregate

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
🏫 English lesson generator from podcasts with RSS, GPT-4, ElevenLabs and Gmail
Workflow name
🏫 English lesson generator from podcasts with RSS, GPT-4, ElevenLabs and Gmail

Tags: ESL, English Learning, Podcasts, RSS, AI Exercises, ElevenLabs

Context

Hi! I’m Samir, Supply Chain Engineer and Data Scientist based in Paris, and founder of the startup LogiGreen.

I created this workflow for my mother, who is currently learning English, to turn the BBC 6 Minute English podcast into ready-to-use English lessons.

The lesson includes vocabulary, exercises and discussion questions along with links to access the podcast content (audio and transcript).

> Use this assistant to automatically share English lessons from a renowned podcast.

📬 For business inquiries, you can find me on LinkedIn

Who is this template for?

This template is designed for:

  • ESL teachers who want a fresh, structured lesson every week from real-life audio
  • Independent learners who want a guided way to study English with podcasts
  • Language schools or content creators who send regular English lessons by email

What does this workflow do?

This workflow acts as an AI-powered English lesson generator from podcast episodes.

  1. Runs every Sunday at 20:00 using a Schedule Trigger and reads the BBC 6 Minute English RSS feed
  2. Checks a Data Table of archived episodes and filters out those already sent (using their guid)
  3. Keeps the latest unsent episode and loads its web page content via HTTP
  4. Parses the HTML in a Code node to extract the episode description, full transcript and BBC vocabulary list
  5. Calls three AI nodes (OpenAI) to generate:
    • a motivational email hook message
    • fill-in-the-blank vocabulary exercises
    • discussion questions related to the topic
  6. Combines all vocabulary words and sends them to ElevenLabs to generate a slow-paced audio track for listening practice
  7. Builds a prettify HTML email that includes: title, description, hook, vocabulary list, exercises, discussion questions and resource links
  8. Sends the final lesson by email via the Gmail node, with the vocabulary audio attached

For example, this is the latest email generated by the workflow:

P.S.: You can customise the footer to your school or company identity.

🎥 Tutorial

I advise you to check the tutorial on my YouTube channel for the details on how to set up the nodes and customise the content:

Next Steps

Follow the stickers to set up all the nodes:

  • Replace the Data Table reference with your own (storing at least guid, title, link, processed_date)
  • Set up your OpenAI credentials in the three Model nodes
  • Set up your ElevenLabs credentials and choose a voice in the audio node
  • Configure your Gmail credentials and recipient email address in the Send Email node
  • Adapt the RSS feed URL if you want to track another podcast or source
  • Customise the HTML email (colours, logo, footer text) in the Prepare Email Code node
  • Adjust the schedule (time or frequency) if you prefer another cadence

Submitted: 18 November 2025
Template designed with n8n version 1.116.2

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 - Latest Episode

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

Block 2 - Parse HTML

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

Block 3 - Prepare Email

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

Block 4 - Discussion Questions

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 5 - Practice Exercises

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 6 - Email Hook

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 7 - Send Email

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

Block 8 - Sticky Note

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

Block 9 - Trigger Sunday 20:00

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

Block 10 - Podcasts from RSS Feed

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

Block 11 - Unique guid(s)

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

Block 12 - Combine with archived guid(s)

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 13 - Filter out duplicates

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 14 - Extract Podcast Information

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Sticky Note4

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

Block 16 - Sticky Note3

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

Block 17 - Merge All Sections

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 18 - Model: Email Hook

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 19 - Model: Practice Exercises

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 20 - Model: Discussion Questions

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 21 - Sticky Note5

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

Block 22 - Sticky Note6

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

Block 23 - Sticky Note7

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

Block 24 - Sticky Note8

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

Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow 🏫 English lesson generator from podcasts with RSS, GPT-4, ElevenLabs and Gmail
Complexity advanced
Nodes 30
Categories Social Media, Multimodal AI
Author Samir Saci
Published 18 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10968/10968.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 🏫 English lesson generator from podcasts with RSS, GPT-4, ElevenLabs and Gmail do?

Tags: ESL, English Learning, Podcasts, RSS, AI Exercises, ElevenLabs Context Hi! I’m Samir, Supply Chain Engineer and Data Scientist based in Paris, and founder of the star...

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 Social Media, Multimodal AI use case.