🎬 Generate product videos automatically with Gemini, FAL and Google Workspace

⚑ 792 views · 🎬 Content Creation & Video

Description

πŸ“„ What this workflow does

This workflow turns your n8n into an automated product-video generator powered by Google Sheets. When a new row is added with status = run, it:

πŸ‘€ Who is this for

βœ… Requirements

βš™οΈ How to set up

  1. Import the provided workflow JSON into n8n.
  2. Connect Google Sheets credentials and point to your sheet (documentId + gid).
  3. Connect Google Drive credentials and update folder IDs in the two Upload File nodes (images/videos).
  4. Add Gemini and FAL API keys in the respective HTTP Request headers (via Credentials).
  5. Test: add a row with link_image, note, and status = run. The workflow should generate and save a video, then update the sheet with the link.

πŸ” How it works

πŸ”— Nodes Used

Google Sheets, HTTP Request, Google Drive, Google Sheets Trigger, Filter, Convert to File

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup