Skip to main content

Generate Mind-Bending 'What If' Videos with Google Veo 3

Workflow preview

Workflow preview
100%
Generate Mind-Bending 'What If' Videos with Google Veo 3 preview
Open on n8n.io

1. Workflow Overview

How it works 1. Generate the script – Takes a "what if" question and creates a 24 second video script with 4 scenes (Hook, Wonder, Reality, CTA) using Gemini 2.5 Pro 2. Create Veo prompts – Transla...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.jwt, n8n-nodes-base.converttofile, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.chainllm

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate Mind-Bending 'What If' Videos with Google Veo 3
Workflow name
Generate Mind-Bending 'What If' Videos with Google Veo 3

How it works

1. Generate the script – Takes a "what if" question and creates a 24-second video script with 4 scenes (Hook, Wonder, Reality, CTA) using Gemini 2.5 Pro

2. Create Veo prompts – Translates each scene's visual description into a production-ready prompt (120–150 words) optimized for Google Veo 3.0

3. Generate voiceover – Converts each scene's script into natural speech using Google Text-to-Speech and uploads to GCS

4. Generate video clips – Creates four 8-second AI-generated video clips with Veo 3.0 and uploads each to GCS

5. Merge & render – Combines all video clips and audio tracks using Creatomate into a single 24-second video

6. Deliver – Sends the final video back via Telegram


Set up steps

  1. API Keys – Set up accounts for Google Cloud (Veo 3.0 + Text-to-Speech + GCS), DeepSeek, Creatomate, and Telegram Bot

  2. Credentials in n8n – Add each API key as a credential in your n8n instance

  3. Configure variables – Update the SET node with your Google Cloud PROJECT_ID and CLIENT_EMAIL

  4. Test – Enter a "what if" question and execute the workflow

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - Sticky Note8

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

Block 10 - Sticky Note9

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

Block 11 - Trigger Manual Workflow

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

Block 12 - Post Audio Synthesis

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

Block 13 - Set API Parameters

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

Block 14 - Generate JWT Token

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

Block 15 - Fetch OAuth Token

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

Block 16 - Convert Audio to File

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

Block 17 - Set Input Variables

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

Block 18 - Google Chat Model 1

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

Block 19 - Create Story

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 20 - Parse Structured Output

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

Block 21 - DeepSeek Chat Model

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

Block 22 - Prepare Hook Prompt

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 23 - Prepare Segment 1 Prompt

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 24 - Prepare Segment 2 Prompt

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

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

3. Summary Table

Workflow Generate Mind-Bending 'What If' Videos with Google Veo 3
Complexity advanced
Nodes 70
Categories Content Creation, Multimodal AI
Author Koulikas Giannis
Published 19 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15143/15143.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 Mind-Bending 'What If' Videos with Google Veo 3 do?

How it works 1. Generate the script – Takes a "what if" question and creates a 24 second video script with 4 scenes (Hook, Wonder, Reality, CTA) using Gemini 2.5 Pro 2. Create Veo prompts – Transla...

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.