Skip to main content

Generate videos from chat with Google Vertex AI (Veo3)

Workflow preview

Workflow preview
100%
Generate videos from chat with Google Vertex AI (Veo3) preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Generate Videos from Chat with Google Vertex AI (Veo3) Beginner Friendly Description Turn any text prompt into a short AI generated video directly from an n8n chat. This workflow connects a chat tr...

Best for

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

Tools used

n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.converttofile, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chattrigger, 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 Automate With Marc.

Original n8n.io source

1.1 Workflow description

Title
Generate videos from chat with Google Vertex AI (Veo3)
Workflow name
Generate videos from chat with Google Vertex AI (Veo3)

Generate Videos from Chat with Google Vertex AI (Veo3) - Beginner Friendly

Description Turn any text prompt into a short AI-generated video directly from an n8n chat. This workflow connects a chat trigger to Google Vertex AI’s Veo3 model, sending your prompt as input and polling until the rendered video is ready. Once complete, the video is converted into a downloadable file you can use anywhere. Perfect for experimenting with AI-driven media or automating creative video generation inside your workflows.

Watch step-by-step guide for these type of workflows here: www.youtube.com/@automatewithmarc

How It Works

Chat Trigger – Start by typing your prompt into an n8n chat.

Post to Vertex AI (Veo3) – Sends the prompt to the Veo3 API with parameters like aspect ratio, duration, and resolution.

Wait + Poll Loop – Repeatedly checks the operation status until the video is finished.

If + Edit Fields – Extracts the base64 video response and metadata.

Convert to File – Turns the video into a binary file for download or use in further automations.

Why You’ll Love It

⚡ Generate custom AI videos in minutes.

🗣️ Natural workflow — just type your idea in chat.

🎥 Flexible parameters — adjust resolution, aspect ratio, and duration.

🔗 Ready for integration — feed the output into Google Drive, Slack, or any connected app.

Requirements

Google Cloud project with Vertex AI API enabled.

Google OAuth credentials in n8n.

n8n (Cloud or self-hosted).

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

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

Block 2 - Poll for Video

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

Block 3 - Edit Fields

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

Block 4 - Convert to File

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

Block 5 - Post Veo3 Fast

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

Block 6 - If

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

Block 7 - Wait1

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

Block 8 - When chat message received

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

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note3

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

Block 13 - Sticky Note4

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

3. Summary Table

Workflow Generate videos from chat with Google Vertex AI (Veo3)
Complexity intermediate
Nodes 13
Categories Content Creation, Multimodal AI
Author Automate With Marc
Published 27 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7954/7954.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 videos from chat with Google Vertex AI (Veo3) do?

Generate Videos from Chat with Google Vertex AI (Veo3) Beginner Friendly Description Turn any text prompt into a short AI generated video directly from an n8n chat. This workflow connects a chat tr...

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.