Skip to main content

Create AI-powered 3D product videos from images with VEO3 for Shopify

Workflow preview

Workflow preview
100%
Create AI-powered 3D product videos from images with VEO3 for Shopify preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who Is This For? This n8n workflow is designed for e commerce businesses, digital marketers, and content creators who want to automatically generate professional 3D product videos from product imag...

Best for

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

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.googledrive, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.noop, n8n-nodes-rapiwa.rapiwa

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create AI-powered 3D product videos from images with VEO3 for Shopify
Workflow name
Create AI-powered 3D product videos from images with VEO3 for Shopify

Who Is This For?

This n8n workflow is designed for e-commerce businesses, digital marketers, and content creators who want to automatically generate professional 3D product videos from product images. It's perfect for online stores, marketing agencies, and product managers who need to create engaging product showcase videos without manual video editing.

What This Workflow Does

  • Accepts product image submissions through a web form
  • Creates a dedicated folder for each product in Google Drive
  • Removes background from product images using AI
  • Analyzes product images to generate optimized video prompts
  • Creates 3D cinematic product videos using Veo3 AI
  • Tracks all product data in a Google Sheets spreadsheet
  • Provides access to generated resources through shareable links

Features

  • Web form submission for product images and titles
  • Automatic folder creation in Google Drive for each product
  • AI-powered background removal from product images
  • Image analysis for generating detailed video prompts
  • 3D video generation using Veo3 AI model
  • Progress tracking with status checks and retry mechanisms
  • Comprehensive data storage in Google Sheets
  • Public sharing of generated resources

Requirements

  • Remove.bg API credentials for background removal
  • Google Drive and Google Sheets API access
  • OpenAI API credentials for image analysis
  • Fal.ai credentials for Veo3 video generation
  • HTTP authentication credentials for video status checking

Notification Integration

You can extend the workflow to send notifications when videos are ready, using platforms like email, Slack, or Telegram.

Useful Links

Support & Help

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 - On Form Submission

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

Block 2 - Give Access to folder

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

Block 3 - Get Image File

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

Block 4 - Upload Remove BG image

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

Block 5 - Create Folder

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

Block 6 - Remove Image Background

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

Block 7 - Insert New Product

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

Block 8 - Update Video Link

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

Block 9 - Get row(s) in sheet

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

Block 10 - AI Agent

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

Block 11 - Do nothing

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

Block 12 - Rapiwa

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

Block 13 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 14 - Post on message

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

Block 15 - Sticky Note1

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

Block 16 - OpenAI

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 17 - Think

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

Block 18 - Parser Output

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

Block 19 - Download Video

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

Block 20 - Check Video Status

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

Block 21 - Analyze image

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 22 - if

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

Block 23 - Generation Video using VEO3

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

Block 24 - Update Remove BG URL

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

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

3. Summary Table

Workflow Create AI-powered 3D product videos from images with VEO3 for Shopify
Complexity advanced
Nodes 31
Categories Content Creation, Multimodal AI
Author SpaGreen Creative
Published 25 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12122/12122.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 Create AI-powered 3D product videos from images with VEO3 for Shopify do?

Who Is This For? This n8n workflow is designed for e commerce businesses, digital marketers, and content creators who want to automatically generate professional 3D product videos from product imag...

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.