Create WooCommerce products via Telegram bot with Google Gemini AI

Go to Workflow
0 views
Built by Kshitij Matta Kshitij Matta
Created on June 11, 2026

Description

How it Works?

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

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

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
HTTP Request
n8n-nodes-base.httpRequest
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Telegram
n8n-nodes-base.telegram