Skip to main content

Translate 🎙️and upload dubbed YouTube videos 📺 using ElevenLabs AI Dubbing

Workflow preview

Workflow preview
100%
Translate 🎙️and upload dubbed YouTube videos 📺 using ElevenLabs AI Dubbing preview
Open on n8n.io

Important notice

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

1. Workflow Overview

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...

Best for

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

Tools used

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

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Translate 🎙️and upload dubbed YouTube videos 📺 using ElevenLabs AI Dubbing
Workflow name
Translate 🎙️and upload dubbed YouTube videos 📺 using ElevenLabs AI Dubbing

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 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.


Key Advantages

1. ✅ Full Automation of Video Localization

The entire process—from video download to AI dubbing and publishing—is automated, eliminating manual steps and reducing human error.

2. ✅ Fast Multilingual Content Scaling

With AI-powered dubbing, the same video can be quickly localized into different languages, enabling global audience expansion.

3. ✅ Efficient Time Management

The workflow intelligently waits for the dubbing process to finish using dynamic timing, avoiding unnecessary retries or failures.

4. ✅ Centralized Content Distribution

A single workflow handles storage, social posting, and YouTube uploads, simplifying content operations across platforms.

5. ✅ Reduced Operational Costs

Automating dubbing and publishing significantly lowers costs compared to manual voiceovers, video editing, and uploads.

6. ✅ Easy Customization & Reusability

Parameters like video URL, language, title, and platform can be easily changed, making the workflow reusable for different projects or clients.


How It Works

  1. The workflow begins with a manual trigger that sets input parameters: a video URL and the target language for dubbing (e.g., en for English).
  2. The video is fetched from the provided URL via an HTTP request.
  3. The video file is sent to the ElevenLabs Dubbing API, which initiates audio dubbing in the specified target language.
  4. The workflow then waits for a calculated duration (video length + 120 seconds) to allow the dubbing process to complete.
  5. After the wait, it checks the dubbing status using the dubbing_id and retrieves the final dubbed audio file.
  6. The dubbed video is then processed in parallel:
    • Uploaded to Google Drive in a designated folder.
    • Uploaded to Postiz for social media management.
    • Uploaded via Upload-Post.com API for YouTube publishing.
  7. Finally, the workflow triggers a Postiz node to schedule or publish the content to YouTube with the prepared metadata.

Set Up Steps

  1. 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.
  2. Set Up Credentials
    Ensure the following credentials are configured in n8n:

  3. Adjust Wait Time
    Modify the Wait node if needed:
    expected_duration_sec + 120 ensures enough time for dubbing. Adjust based on video length.

  4. Customize Upload Destinations
    Update folder IDs (Google Drive) and platform settings (Upload-Post.com) as needed.

  5. 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.

  6. 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.


Need help customizing?

Contact me for consulting and support or add me on Linkedin.

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 - When clicking ‘Execute workflow’

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

Block 2 - Wait

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

Block 3 - Get video

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

Block 4 - Elevenlabs Dubbing

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

Block 5 - Get Dubbing ID

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

Block 6 - Download final Video

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

Block 7 - Upload file

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

Block 8 - Upload Video to Postiz

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

Block 9 - Youtube Upload-Post

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

Block 10 - Set params

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

Block 11 - Youtube Postiz

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

Block 12 - Sticky Note

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note3

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

Block 16 - Sticky Note4

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

Block 17 - Sticky Note9

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

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12723/12723.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 🎙️and upload dubbed YouTube videos 📺 using ElevenLabs AI Dubbing do?

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...

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.