Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the end to end process of video dubbing using ElevenLabs , storage on Google Drive, and publishing on Youtube . This workflow is ideal for creators, agencies, and media team...
n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.set, n8n-nodes-postiz.postiz, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automates the end-to-end process of video dubbing using ElevenLabs, storage on Google Drive, and publishing on Youtube.
This workflow is ideal for creators, agencies, and media teams that need to TRANSLATE process and publish large volumes of video content consistently.
For this workflow, I started from my Italian YouTube Short, and by applying the same workflow, the result was this English version.
The entire process—from video download to AI dubbing and publishing—is automated, eliminating manual steps and reducing human error.
With AI-powered dubbing, the same video can be quickly localized into different languages, enabling global audience expansion.
The workflow intelligently waits for the dubbing process to finish using dynamic timing, avoiding unnecessary retries or failures.
A single workflow handles storage, social posting, and YouTube uploads, simplifying content operations across platforms.
Automating dubbing and publishing significantly lowers costs compared to manual voiceovers, video editing, and uploads.
Parameters like video URL, language, title, and platform can be easily changed, making the workflow reusable for different projects or clients.
en for English).dubbing_id and retrieves the final dubbed audio file.Configure Input Parameters
In the Set params node, define:
video_url: Direct URL to the source video.target_audio: Language code (e.g., en, es, fr) for dubbing.Set Up Credentials
Ensure the following credentials are configured in n8n:
Adjust Wait Time
Modify the Wait node if needed:expected_duration_sec + 120 ensures enough time for dubbing. Adjust based on video length.
Customize Upload Destinations
Update folder IDs (Google Drive) and platform settings (Upload-Post.com) as needed.
Set Post Content
In the Youtube Postiz and Youtube Upload-Post nodes, replace YOUR_CONTENT and YOUR_USERNAME with actual titles, descriptions, and channel details.
Activate and Test
Activate the workflow in n8n, click Execute workflow, and monitor execution for errors. Ensure all API keys and permissions are valid.
👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
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 🎙️and upload dubbed YouTube videos 📺 using ElevenLabs AI Dubbing |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Content Creation, Multimodal AI |
| Author | Davide |
| Published | 15 Jan 2026 |
Use the JSON export at /data/workflows/12723/12723.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.
This workflow automates the end to end process of video dubbing using ElevenLabs , storage on Google Drive, and publishing on Youtube . This workflow is ideal for creators, agencies, and media team...
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.