Skip to main content

Create WooCommerce products via Telegram bot with Google Gemini AI

Workflow preview

Workflow preview
100%
Create WooCommerce products via Telegram bot with Google Gemini AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it Works? 1. User Answers Questions Prompted by the Telegram Bot 2. Data Tables are updated to with relevant step of the process and a chat id 3. Upon Approval, the Title, Description and Slug ...

Best for

  • Content Creation automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.switch, n8n-nodes-base.telegram, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.chainllm

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create WooCommerce products via Telegram bot with Google Gemini AI
Workflow name
Create WooCommerce products via Telegram bot with Google Gemini AI

How it Works?

  1. User Answers Questions Prompted by the Telegram Bot
  2. Data Tables are updated to with relevant step of the process and a chat id
  3. Upon Approval, the Title, Description and Slug are created and then Product is created on WooCommerce via API request.
  4. Data Tables are reset and user is prompted to create another product.

Setup Steps: (25 Minutes)

  1. Create a Telegram bot via @botfather on telegram
  2. Setup 2 Data Tables with names WooCommerce Product Manager & User_Images
  3. Add your Preffered LLM Credentials and set credentials in telegram node
  4. In TelegramGroupMedia node and EditFields 1 node, add your bot token to replace {{your bot token}}
  5. Voila! Your Workflow is now configured.

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 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 2 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 3 - Send a text message1

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 4 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - Send a text message2

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 6 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Send a text message3

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 8 - Send a text message4

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 9 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Google Gemini Chat Model

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

Block 12 - Google Gemini Chat Model1

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

Block 13 - Google Gemini Chat Model3

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

Block 14 - Product Description Generation

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

Block 15 - Short Description Generation

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

Block 16 - Slug Generation

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

Block 17 - Google Gemini Chat Model2

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

Block 18 - Google Gemini Chat Model4

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

Block 19 - Google Gemini Chat Model5

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

Block 20 - Product Description Generation1

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

Block 21 - Short Description Generation1

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

Block 22 - Slug Generation1

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

Block 23 - If2

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 24 - If3

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Showing the first 24 of 106 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Create WooCommerce products via Telegram bot with Google Gemini AI
Complexity advanced
Nodes 106
Categories Content Creation, AI Chatbot
Author Kshitij Matta
Published 30 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12326/12326.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 Create WooCommerce products via Telegram bot with Google Gemini AI do?

How it Works? 1. User Answers Questions Prompted by the Telegram Bot 2. Data Tables are updated to with relevant step of the process and a chat id 3. Upon Approval, the Title, Description and Slug ...

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, AI Chatbot use case.