Block 1 - Every 15 Minutes
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Description Automate your eCommerce content workflow by generating AI optimized product descriptions directly from Airtable. ️ This automation checks for pending products every 15 minutes, p...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.airtable, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.outputparserstructured
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.
Original n8n.io sourceAutomate your eCommerce content workflow by generating AI-optimized product descriptions directly from Airtable. 🛍️🤖 This automation checks for pending products every 15 minutes, processes them in batches, and uses GPT-4o-mini to create structured long descriptions, short answer blocks, bullet features, and feature tables. All AI-generated fields are then written back into the same Airtable record, ensuring clean, consistent, and SEO-friendly product copy. Perfect for stores looking to scale product listings without manual writing. ✨📄
1️⃣ Triggers every 15 minutes to look for products marked as “pending”. ⏰ 2️⃣ Fetches product data from Airtable for processing. 📦 3️⃣ Splits results into batches to avoid API rate limits. 🔁 4️⃣ Sends product attributes to GPT-4o-mini for AI-generated content. 🤖 5️⃣ Uses a structured JSON parser to ensure clean, valid AI output. 📐 6️⃣ Converts the AI JSON into Airtable-friendly fields using a Code node. 🧩 7️⃣ Updates the original Airtable product record with generated descriptions. ✍️ 8️⃣ Marks each item as “done” with a timestamp. ✔️
✅ Creates consistent, high-quality product descriptions automatically ✅ Produces AI-friendly content for search engines & answer engines ✅ Eliminates manual copywriting for large product catalogs ✅ Ensures structured, valid, and predictable output every time ✅ Runs reliably on schedule with zero human oversight ✅ Ideal for eCommerce teams scaling product listings
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 eCommerce product descriptions with GPT-4o-mini and Airtable |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Content Creation, Multimodal AI |
| Author | Rahul Joshi |
| Published | 21 Nov 2025 |
Use the JSON export at /data/workflows/11082/11082.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.
Description Automate your eCommerce content workflow by generating AI optimized product descriptions directly from Airtable. ️ This automation checks for pending products every 15 minutes, p...
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.