Skip to main content

Translate English scripts to multilingual audio with GPT-4 and ElevenLabs

Workflow preview

Workflow preview
100%
Translate English scripts to multilingual audio with GPT-4 and ElevenLabs preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Description Automate multilingual voice content creation by translating an English script into multiple languages and generating natural sounding audio files using AI. ️ This workflow receiv...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.itemlists, n8n-nodes-base.googledrive, n8n-nodes-base.respondtowebhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Translate English scripts to multilingual audio with GPT-4 and ElevenLabs
Workflow name
Translate English scripts to multilingual audio with GPT-4 and ElevenLabs

πŸ“Š Description

Automate multilingual voice content creation by translating an English script into multiple languages and generating natural-sounding audio files using AI. πŸŒπŸŽ™οΈ This workflow receives a script via webhook, translates it into selected target languages using GPT-4, converts each translation into high-quality speech with ElevenLabs, and uploads the resulting MP3 files to Google Drive. It’s ideal for teams producing localized videos, podcasts, courses, or educational content at scale β€” without manual translation or recording. πŸš€βœ¨

πŸ” What This Template Does

1️⃣ Receives an English script and target languages via webhook. 🌐 2️⃣ Extracts and normalizes request parameters for processing. πŸ“ 3️⃣ Uses GPT-4 with a strict JSON schema to translate the script into multiple languages. πŸ€–πŸŒ 4️⃣ Splits each translated language into individual processing items. πŸ”€ 5️⃣ Converts each translation into natural-sounding speech using ElevenLabs. πŸŽ™οΈ 6️⃣ Processes translations sequentially to avoid API limits. ⏳ 7️⃣ Uploads language-specific MP3 files to Google Drive with clean naming. ☁️ 8️⃣ Returns generated audio as a webhook response for frontend usage. πŸ” 9️⃣ Triggers Slack alerts if any workflow error occurs. 🚨

⭐ Key Benefits

βœ… Instantly localizes audio content into multiple languages βœ… Produces human-quality voiceovers without recording studios βœ… Ensures consistent tone and meaning across all translations βœ… Fully automated from script input to audio delivery βœ… Scales easily for videos, podcasts, training, and education βœ… Clean Google Drive storage for easy access and reuse

🧩 Features

  • Webhook-based script ingestion
  • GPT-4 multilingual translation with structured JSON output
  • AI memory for consistent translation behavior
  • ElevenLabs multilingual text-to-speech generation
  • Batch processing for multiple languages
  • Google Drive MP3 upload with language-based filenames
  • Webhook audio response for frontend apps
  • Slack-based error handling and alerts

πŸ” Requirements

  • OpenAI API key (GPT-4 / GPT-4.1-mini)
  • ElevenLabs API key (multilingual voice model)
  • Google Drive OAuth2 credentials
  • Slack API credentials (for error alerts)
  • Webhook client sending Script, first_language, and second_language

🎯 Target Audience

  • Content teams creating localized videos or podcasts
  • EdTech platforms producing multilingual learning material
  • Marketing teams localizing campaigns across regions
  • Creators building AI-driven voice pipelines
  • Automation teams integrating audio localization into products

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Split Translations

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

Block 7 - Upload to Google Drive

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

Block 8 - Return Audio Response

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

Block 9 - Extract Request Parameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Translate with GPT-4

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

Block 11 - OpenAI Chat Model

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

Block 12 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 13 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 14 - Generate Audio with ElevenLabs

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

Block 15 - Loop Over Translations

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

Block 16 - Webhook Trigger

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

Block 17 - Error Handler Trigger

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

Block 18 - Sticky Note7

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

Block 19 - Send a message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

3. Summary Table

Workflow Translate English scripts to multilingual audio with GPT-4 and ElevenLabs
Complexity advanced
Nodes 19
Categories Content Creation, Multimodal AI
Author Rahul Joshi
Published 17 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11896/11896.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 Translate English scripts to multilingual audio with GPT-4 and ElevenLabs do?

Description Automate multilingual voice content creation by translating an English script into multiple languages and generating natural sounding audio files using AI. ️ This workflow receiv...

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.