Skip to main content

Create Shopify products via a Telegram bot with Google Gemini AI

Workflow preview

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

1. Workflow Overview

Now you can create Shopify products remotely on your shop in just a few clicks! How it works? 1. Telegram Trigger polls for actions done on the Telegram bot 2. The callback query is checked for the...

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.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.if, n8n-nodes-base.merge

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 Shopify products via a Telegram bot with Google Gemini AI
Workflow name
Create Shopify products via a Telegram bot with Google Gemini AI

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

How it works?

  1. Telegram Trigger polls for actions done on the Telegram bot

  2. 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.

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

  4. AI Agents create information required for Product Creation.

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

  6. User is notified about product creation

Setup Steps (20 Minutes)

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

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 - Edit Fields

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

Block 4 - HTTP Request

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

Block 5 - Google Gemini Chat Model

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

Block 6 - Google Gemini Chat Model1

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

Block 7 - Google Gemini Chat Model3

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

Block 8 - Product Description Generation

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

Block 9 - Short Description Generation

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

Block 10 - Slug Generation

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

Block 11 - Google Gemini Chat Model2

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

Block 12 - Google Gemini Chat Model4

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

Block 13 - Google Gemini Chat Model5

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

Block 14 - Product Description Generation1

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

Block 15 - Short Description Generation1

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

Block 16 - Slug Generation1

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

Block 17 - If2

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

Block 18 - If3

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

Block 19 - If5

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

Block 20 - Merge

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

Block 21 - Check Approval Button

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

Block 22 - Get a file

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

Block 23 - Code

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

Block 24 - Edit Fields1

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

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

3. Summary Table

Workflow Create Shopify products via a Telegram bot with Google Gemini AI
Complexity advanced
Nodes 116
Categories Content Creation, AI Chatbot
Author Kshitij Matta
Published 12 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

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

Now you can create Shopify products remotely on your shop in just a few clicks! How it works? 1. Telegram Trigger polls for actions done on the Telegram bot 2. The callback query is checked for the...

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.