Skip to main content

Generate e-commerce product descriptions from a form with Google Gemini

Workflow preview

Workflow preview
100%
Generate e-commerce product descriptions from a form with Google Gemini preview
Open on n8n.io

1. Workflow Overview

Who is this for E commerce store owners, product marketers, and agencies who need high quality product descriptions at scale. Works great for Shopify, Amazon, or any platform that needs SEO friendl...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate e-commerce product descriptions from a form with Google Gemini
Workflow name
Generate e-commerce product descriptions from a form with Google Gemini

Who is this for

E-commerce store owners, product marketers, and agencies who need high-quality product descriptions at scale. Works great for Shopify, Amazon, or any platform that needs SEO-friendly copy.

What this workflow does

Users fill out a simple web form with their product name, key features, target audience, preferred tone, and language options. Google Gemini generates a complete product listing package including an SEO-optimized title, meta description, full product description, benefit-driven bullet points, and keyword suggestions. If multiple languages are selected, a second Gemini call translates and localizes the content for each market. A Code node formats everything into a clean structure, then the results are saved to Google Sheets as a searchable product copy database. Finally, the finished descriptions are emailed to the specified address via Gmail.

How to set up

  1. Get a free Google Gemini API key from Google AI Studio
  2. Create a Google Sheet called "Product Descriptions" with columns matching the node fields
  3. Connect your Gmail account for delivery emails
  4. Activate the workflow and share the form URL with your team or clients

Requirements

  • Google Gemini API key (free tier available)
  • Google Sheets account
  • Gmail account
  • n8n instance (self-hosted or cloud)

How to customize

  • Edit the prompt in "Generate Description" to match your brand voice or platform requirements (Amazon vs Shopify formatting)
  • Add or remove languages in the form dropdown and the "Translate Descriptions" prompt
  • Adjust the SEO keyword count and description length in the AI prompt

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 - Overview

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

Block 2 - Note - Input

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

Block 3 - Note - AI Generation

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

Block 4 - Note - Delivery

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

Block 5 - Product Details Form

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

Block 6 - Generate Description

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 7 - Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 8 - Translate Descriptions

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 9 - Gemini Translate Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 10 - Format Output

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

Block 11 - Save to Description DB

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

Block 12 - Email Description

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

3. Summary Table

Workflow Generate e-commerce product descriptions from a form with Google Gemini
Complexity intermediate
Nodes 12
Categories Content Creation, Multimodal AI
Author Oka Hironobu
Published 24 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13673/13673.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 Generate e-commerce product descriptions from a form with Google Gemini do?

Who is this for E commerce store owners, product marketers, and agencies who need high quality product descriptions at scale. Works great for Shopify, Amazon, or any platform that needs SEO friendl...

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.