Create Shopify products via a Telegram bot with Google Gemini AI

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

Description

Now you can create Shopify products remotely on your shop in just a few clicks!

How it works?

Telegram Trigger polls for actions done on the Telegram bot

The callback query is checked for the abort command, and if it's not found, it moves to the switch node for the product creation process.

User is notified to enter the details required for product creation.

AI Agents create information required for Product Creation.

Product is created on the user's Shopify Store via API call

User is notified about product creation

Setup Steps (20 Minutes)

Create a Telegram Bot
Create a Shopify API App and add it to your shop, and configure credentials on n8n
Get Gemini's / any other LLM's API credentials and add them to n8n
Create 2 Data Tables with specifications specified in the workflow.

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