Skip to main content

Generate AI short-form health videos with Gemini, Veo 3 and Google Sheets

Workflow preview

Workflow preview
100%
Generate AI short-form health videos with Gemini, Veo 3 and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Overview Automatically generate viral short form health videos using AI and publish them to social platforms with n8n and Veo 3. This workflow collects viral ideas, analyzes engagement patterns, ge...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, @apify/n8n-nodes-apify.apify, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.googlegemini, @n8n/n8n-nodes-langchain.toolthink, @n8n/n8n-nodes-langchain.lmchatgooglegemini

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate AI short-form health videos with Gemini, Veo 3 and Google Sheets
Workflow name
Generate AI short-form health videos with Gemini, Veo 3 and Google Sheets

Overview

Automatically generate viral short-form health videos using AI and publish them to social platforms with n8n and Veo 3. This workflow collects viral ideas, analyzes engagement patterns, generates AI video scripts, renders videos with Veo 3, and handles publishing and tracking fully automated, with no manual editing.


Who is this for?

This template is ideal for:

  • Content creators building faceless health channels (Shorts, Reels, TikTok)
  • Affiliate marketers promoting health products with video content
  • AI marketers running high-volume short-form content funnels
  • Automation builders combining LLMs, video AI, and n8n
  • Teams that want a scalable, repeatable system for viral AI video production

If you want to create health niche videos at scale without manually scripting, rendering, and uploading each video, this workflow is for you.


What problem is this workflow solving?

Creating viral short-form health videos usually involves many manual steps and disconnected tools, such as:

  • Manually collecting and validating viral content ideas
  • Writing hooks and scripts for each video
  • Switching between AI tools for analysis and video generation
  • Waiting for videos to render and checking status manually
  • Uploading videos and tracking what has been published

This workflow connects all these steps into a single automated pipeline and removes repetitive manual work.


What this workflow does

This automated AI health video workflow:

  • Runs on a defined schedule
  • Collects viral health content ideas from external sources
  • Normalizes and stores ideas in Google Sheets
  • Loads pending viral ideas for processing
  • Analyzes each idea and generates AI-optimized video scripts
  • Creates AI videos automatically using the Veo 3 API
  • Waits for video rendering and checks completion status
  • Retrieves the final rendered videos
  • Optionally aggregates or merges video assets
  • Publishes videos to social platforms
  • Updates Google Sheets with processing and publishing results

The entire process runs end-to-end with minimal human intervention.


Setup

1. Prepare Google Sheets

Create a Google Sheet to manage your content pipeline with columns such as:

  • idea / topic – Viral idea or source content
  • analysis – AI analysis or hook summary
  • script – Generated video script
  • status – pending / processing / completed / failed
  • video_url – Final rendered video link
  • publish_result – Publishing status or notes

Only rows marked as pending will be processed by the workflow.


2. Connect Google Sheets

  • Authenticate your Google Sheets account in n8n
  • Select the spreadsheet in the load and update nodes
  • Ensure the workflow can write status updates back to the same sheet

3. Configure AI & Veo 3

  • Add credentials for your AI model (e.g. Gemini or similar)
  • Configure prompt logic for health niche content
  • Add your Veo 3 API credentials
  • Test video creation with a small number of ideas before scaling

4. Configure Publishing & Schedule

  • Set up publishing credentials for your target social platforms
  • Open the Schedule triggers and define how often the workflow runs
  • The schedule controls how frequently new AI health videos are created and published

How to customize this workflow to your needs

You can adapt this workflow without changing the core structure:

  • Replace viral idea sources with your own research or internal data
  • Adjust AI prompts for different health sub-niches
  • Add manual approval steps before video creation
  • Disable publishing and use the workflow only for video generation
  • Add retry logic for failed renders or API errors
  • Extend the workflow with analytics or performance tracking

Best practices

  • Start with a small batch of test ideas
  • Keep status values consistent in Google Sheets
  • Focus on strong hooks for health-related content
  • Monitor rendering and publishing nodes during early runs
  • Adjust schedule frequency based on API limits

Documentation

For a full walkthrough and advanced customization ideas, see the Video Guide.

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 - Collect Viral Ideas

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

Block 2 - Scrape Viral Health Content (Apify)

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 3 - Normalize Viral Content Data

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

Block 4 - Save Viral Ideas to Google Sheets

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

Block 5 - Sticky Note

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

Block 6 - Sticky Note1

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

Block 7 - Sticky Note2

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

Block 8 - Sticky Note3

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

Block 9 - Sticky Note4

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

Block 10 - Process Viral Ideas

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

Block 11 - Load Viral Ideas from Sheet

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

Block 12 - Analyze Viral Potential & Hook

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 13 - Reasoning / Prompt Logic

Type / Role
@n8n/n8n-nodes-langchain.toolThink - toolThink
Config choices
Version 1.1

Block 14 - Gemini LLM

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 15 - Parse Script & Video Parameters

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

Block 16 - Generate AI Video Script (Health Niche)

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

Block 17 - Split Ideas into Video Jobs

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

Block 18 - Loop Through Video Jobs

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

Block 19 - Create AI Video (Veo 3 API)

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

Block 20 - Wait for Video Rendering

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

Block 21 - Retrieve Rendered Video

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

Block 22 - Check Rendering Status

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

Block 23 - Aggregate Video Assets

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

Block 24 - Prepare Video Metadata & Order

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

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

3. Summary Table

Workflow Generate AI short-form health videos with Gemini, Veo 3 and Google Sheets
Complexity advanced
Nodes 28
Categories Content Creation, Multimodal AI
Author giangxai
Published 29 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13089/13089.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 Generate AI short-form health videos with Gemini, Veo 3 and Google Sheets do?

Overview Automatically generate viral short form health videos using AI and publish them to social platforms with n8n and Veo 3. This workflow collects viral ideas, analyzes engagement patterns, ge...

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.