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.googlesheets, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.splitout, n8n-nodes-base.stickynote
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 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 ready for campaigns.
productproduct_id | product_name | product_image_url | product_description | campaign | brand_notes | constraints | num_variations | aspect_ratio | model_target | status
ad_imagescene_ref | product_name | prompt | status | output_url
Reads product row, normalizes Drive link, analyzes image, generates structured ad prompts, appends to ad_image sheet.
Reads product row, converts Drive link, generates image(s) with Fal nano‑banana, polls until complete, uploads to Drive, updates sheet.
Drive Link Parser (Set)
{{ (() => {
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.
| Workflow | Generate AI product ad images from Google Sheets using Fal.ai and OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Content Creation, Multimodal AI |
| Author | Jaruphat J. |
| Published | 23 Sept 2025 |
Use the JSON export at /data/workflows/8859/8859.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.