Skip to main content

Automate Video Creation from Google Sheets to YouTube with VideoApiHub

Workflow preview

Workflow preview
100%
Automate Video Creation from Google Sheets to YouTube with VideoApiHub preview
Open on n8n.io

1. Workflow Overview

Automate Video Creation from Google Sheets and Upload to YouTube with VideoApiHub Automatically generate and publish YouTube videos from Google Sheets using n8n, VideoApiHub, and YouTube. This work...

Best for

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

Tools used

n8n-nodes-base.set, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-video-api-hub.videoapihub, n8n-nodes-base.youtube

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate Video Creation from Google Sheets to YouTube with VideoApiHub
Workflow name
Automate Video Creation from Google Sheets to YouTube with VideoApiHub

Automate

Video Creation from Google Sheets and Upload to YouTube with VideoApiHub

Automatically generate and publish YouTube videos from Google Sheets using n8n, VideoApiHub, and YouTube.

This workflow monitors a Google Sheet for pending rows, creates videos using a reusable VideoApiHub template, waits for rendering to complete, uploads the final video to YouTube, and updates the sheet with task status automatically.


Prerequisites

Before using this workflow, make sure you have:

  • An active n8n instance
  • A Google account with access to Google Sheets
  • A YouTube channel
  • A VideoApiHub account and API key
  • A created video template in VideoApiHub
  • Google Sheets OAuth credentials connected in n8n
  • YouTube OAuth2 credentials connected in n8n

Sample Google Sheet

Use this sample sheet as a starting point:

https://docs.google.com/spreadsheets/d/1I0oFB_PEdZdrfrqEMhcyDeKQ-9_0mllUM8Whci3MrG0/edit?usp=sharing

Duplicate the sheet and update it with your own content before running the workflow.


What this workflow does

  • Reads video content from Google Sheets
  • Filters pending or failed rows
  • Creates videos using VideoApiHub templates
  • Polls render status automatically
  • Uploads completed videos to YouTube
  • Updates Google Sheet with status and task IDs
  • Handles failed renders gracefully

Perfect for

  • YouTube Shorts automation
  • Motivational video channels
  • Automated generated content pipelines
  • Social media automation
  • Batch video publishing workflows
  • No-code video generation systems

Required integrations


Sheet fields supported

  • Background image
  • Audio URL
  • Multiple text lines
  • Filename
  • YouTube title
  • Description
  • Tags
  • Status tracking

Setup steps

  1. Duplicate the sample Google Sheet
  2. Create a VideoApiHub account and generate an API key
  3. Create a reusable video template in VideoApiHub
  4. Update the Template Config node with:
  • Google Sheet ID
  • Sheet name
  • Video template ID
  • Poll interval
  • YouTube privacy setting
  1. Connect your Google Sheets credentials
  2. Connect your YouTube OAuth2 credentials
  3. Activate the workflow

Features

  • Fully automated pipeline
  • Retry support for failed renders
  • Configurable polling interval
  • Dynamic video variables
  • YouTube metadata support
  • Easy customization for any niche
  • Supports scalable content generation workflows

This is human generated and tested automation.

Here is Youtube channel running with this automation - https://www.youtube.com/@WealthIsMoney

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 - Template Config

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

Block 2 - Schedule Trigger

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

Block 3 - Filter Pending Rows

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

Block 4 - Process One Row

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

Block 5 - Mark Processing

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 6 - Save Task ID

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 7 - Wait Before Polling

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

Block 8 - Check Render Status

Type / Role
n8n-nodes-video-api-hub.videoApiHub - videoApiHub
Config choices
Version 1

Block 9 - Is Completed?

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

Block 10 - Get Rendered Video

Type / Role
n8n-nodes-video-api-hub.videoApiHub - videoApiHub
Config choices
Version 1

Block 11 - Upload to YouTube

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

Block 12 - Mark Sent

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 13 - Is Failed?

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

Block 14 - Mark Failed

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 15 - Sticky Note

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

Block 16 - Sticky Note1

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

Block 17 - Sticky Note2

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

Block 18 - Sticky Note3

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

Block 19 - Sticky Note4

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

Block 20 - Sticky Note5

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

Block 21 - Sticky Note6

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

Block 22 - Read Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 23 - Sticky Note7

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

Block 24 - Create Video

Type / Role
n8n-nodes-video-api-hub.videoApiHub - videoApiHub
Config choices
Version 1

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

3. Summary Table

Workflow Automate Video Creation from Google Sheets to YouTube with VideoApiHub
Complexity advanced
Nodes 26
Categories Content Creation, Multimodal AI
Author Rishabh Dugar
Published 13 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15699/15699.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 Automate Video Creation from Google Sheets to YouTube with VideoApiHub do?

Automate Video Creation from Google Sheets and Upload to YouTube with VideoApiHub Automatically generate and publish YouTube videos from Google Sheets using n8n, VideoApiHub, and YouTube. This work...

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.