Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.
Original n8n.io sourceAutomate 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. πβ¨
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. π¨
β 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
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.
| 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 |
Use the JSON export at /data/workflows/11896/11896.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.