Skip to main content

Convert Telegram channel posts to WooCommerce products automatically

Workflow preview

Workflow preview
100%
Convert Telegram channel posts to WooCommerce products automatically preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Auto publish Telegram channel posts to WooCommerce store This n8n template automatically converts Telegram channel posts into WooCommerce products, perfect for businesses that share products on Tel...

Best for

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

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.woocommerce, n8n-nodes-base.telegram, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.readwritefile, n8n-nodes-base.converttofile

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Convert Telegram channel posts to WooCommerce products automatically
Workflow name
Convert Telegram channel posts to WooCommerce products automatically

Auto-publish Telegram channel posts to WooCommerce store

This n8n template automatically converts Telegram channel posts into WooCommerce products, perfect for businesses that share products on Telegram and want to sync them with their online shop.

Who's it for

E-commerce businesses, dropshippers, and retailers who:

  • Use Telegram channels to showcase products
  • Want to automatically sync products to their WooCommerce store
  • Need to reduce manual data entry between platforms
  • Handle multiple product images and want them properly organized

How it works

The workflow monitors your Telegram channel for new posts and automatically creates corresponding WooCommerce products:

  1. Telegram Trigger detects new channel posts with photos and captions
  2. Text Processing extracts product details from the post:
    • First line becomes the product title
    • First hashtag determines the product category
    • Price is extracted using regex patterns
    • Channel signature is removed from description
  3. Image Handling downloads and uploads images to WordPress media library
  4. Category Matching fetches WooCommerce categories and matches them with hashtags
  5. Product Creation creates the WooCommerce product with all extracted data
  6. Multi-Image Support handles posts with multiple images by updating the product

How to set up

  1. Telegram Setup:

    • Create a Telegram bot and get the API token
    • Add the bot to your channel as an administrator
    • Configure the Telegram Trigger with your bot credentials
  2. WooCommerce Setup:

    • Enable WooCommerce REST API in your WordPress admin
    • Create API keys with read/write permissions
    • Configure the WooCommerce nodes with your API credentials
  3. WordPress Setup:

    • Configure HTTP Basic Auth for WordPress REST API
    • Update the woocommerce_url in the SetFields node with your domain
  4. Channel Post Format:

    • First line: Product title
    • Include at least one photo
    • Add price in format: 9,500,000 or 9.500.000
    • Use hashtags that match your WooCommerce category names
    • End posts with your signature after the divider character

Requirements

  • Active Telegram bot with channel admin access
  • WooCommerce store with REST API enabled
  • WordPress with media upload permissions

How to customize the workflow

Price Format: Modify the regex patterns in the Code node to match your currency format

Category Mapping: Ensure your Telegram hashtags exactly match your WooCommerce category names

Signature Divider: Change the signature divider character in SetFields node (default: "_")

Image Quality: Adjust the Telegram file download to get different image resolutions

Product Status: Modify the product creation node to set products as draft instead of published

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

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

Block 3 - Create a product

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

Block 4 - Get a file

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

Block 5 - GetCategories

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

Block 6 - If

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

Block 7 - Read/Write Files from Disk

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

Block 8 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 9 - Get a file1

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

Block 10 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 11 - Read/Write Files from Disk1

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

Block 12 - AppendImages

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

Block 13 - Get a product

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

Block 14 - LastSavedJson

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

Block 15 - Code3

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

Block 16 - UploadImage

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

Block 17 - UploadImage1

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

Block 18 - IfHasPhoto

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

Block 19 - SetFields

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

Block 20 - FindCatId_From_Text

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

Block 21 - Sticky Note1

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

Block 22 - Sticky Note

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

Block 23 - Sticky Note2

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

Block 24 - Sticky Note3

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

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

3. Summary Table

Workflow Convert Telegram channel posts to WooCommerce products automatically
Complexity advanced
Nodes 26
Categories Content Creation, CRM
Author Shohani
Published 18 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8710/8710.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 Convert Telegram channel posts to WooCommerce products automatically do?

Auto publish Telegram channel posts to WooCommerce store This n8n template automatically converts Telegram channel posts into WooCommerce products, perfect for businesses that share products on Tel...

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