Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
️ Note: All sensitive credentials should be set via n8n Credentials or environment variables. Do not hardcode API keys in nodes. Who’s it for Marketers, creators, and automation builders who want ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.converttofile, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jaruphat J..
Original n8n.io source⚠️ Note: All sensitive credentials should be set via n8n Credentials or environment variables. Do not hardcode API keys in nodes.
Marketers, creators, and automation builders who want to generate UGC-style ad images and short videos automatically from a Google Sheet. Ideal for e‑commerce SKUs, agencies, or teams that need many variations quickly.
This template turns a spreadsheet row into ad images and optionally 5–8s videos.
FAL_KEY)product | presenter | prompt | img_url | video_urlAuthorization: Key {{$env.FAL_KEY}}), and OpenAI/OpenRouter.This path is for creating just an image and stopping. It reads the Gemini tab in the Sheet, generates an image via OpenRouter/Gemini, converts base64 to a file, uploads to Drive, and writes back img_url.
Key nodes
Gemini tabuc?export=view&id=...)google/gemini-2.5-flash-image-preview:free{ data, mimeType, fileName }img_urlReads product rows, normalizes Drive links, generates image with Fal nano‑banana, polls until complete, fetches the output image URL, then runs an image analysis (OpenAI Vision) to prepare structured text for the video step.
Key nodes
nanoBanana tabuc?export=view&id=...)POST https://queue.fal.run/fal-ai/nano-banana/editCreates a 5–8s UGC clip using the generated image + structured scene prompt.
Key nodes
POST /fal-ai/veo3/image-to-video with prompt + image_urlPOST /fal-ai/wan/v2.2-a14b/image-to-videovideo_url{{ (() => {
const u = $json.product || '';
const q = u.match(/[?&]id=([-\w]{25,})/);
const d = u.match(/\/d\/([-\w]{25,})/);
const any = u.match(/[-\w]{25,}/);
const id = q?.[1] || d?.[1] || (any ? any[0] : '');
return id ? 'https://drive.google.com/uc?export=view&id=' + id : '';
})() }}
9:16, 1:1, 16:9).status_url, retry with *-fast models or off‑peak times.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.
Showing the first 24 of 36 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate UGC ads from Google Sheets with Fal.ai models (nano-banana, WAN2.2, Veo3) |
|---|---|
| Complexity | advanced |
| Nodes | 36 |
| Categories | Content Creation, Multimodal AI |
| Author | Jaruphat J. |
| Published | 03 Sept 2025 |
Use the JSON export at /data/workflows/8205/8205.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
️ Note: All sensitive credentials should be set via n8n Credentials or environment variables. Do not hardcode API keys in nodes. Who’s it for Marketers, creators, and automation builders who want ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.