Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Boost Sales with Automated Magento 2 Product and Coupon Notifications This n8n workflow automatically posts new Magento products & coupons to Telegram while preventing duplicates. Key benefits: I...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.mysql, n8n-nodes-base.code, n8n-nodes-base.twitter, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kanaka Kishore Kandregula.
Original n8n.io sourceThis n8n workflow automatically posts new Magento products & coupons to Telegram while preventing duplicates. Key benefits:
✅ Increase conversions with time-sensitive alerts (creates urgency)
✅ Reduce missed opportunities with 24/7 monitoring
✅ Improve customer engagement through rich media posts
✅ Save hours per week by automating manual posting
Triggers impulse buys with real-time notifications
Eliminates human error in duplicate posting
Scales effortlessly as your catalog grows
Provides analytics through database tracking
Announce new arrivals instantly
Promote limited-time offers effectively
Maintain consistent social presence
Track performance through MySQL
✅ Detects new products AND coupons in Magento
✅ Prevents duplicate postings with MySQL tracking
✅ Posts rich formatted alerts to Telegram
✅ Runs on a customizable schedule
For Products:
Product name, price, and image
Direct store link
Media gallery support
For Coupons:
Coupon code and status
Usage limits (times used/available)
Active/inactive status indicator
Core System:
🔒 MySQL duplicate prevention⏰ 1-hour schedule (customizable)📱 Telegram notifications with Markdown
CREATE TABLE IF NOT EXISTS posted_items (item_id INT PRIMARY KEY, item_type ENUM('product', 'coupon') NOT NULL, item_value VARCHAR(255), posted BOOLEAN DEFAULT FALSE, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP);
Magento API (HTTP Header Auth)
MySQL Database
Telegram Bot
`❗ IMPORTANT SETUP NOTES ❗
For products: Ensure 'url_key' exists in custom_attributes
For coupons: Magento REST API must expose coupon rules
MySQL user needs INSERT/SELECT privileges
Telegram bot must be added to your channel first
🔄 SCHEDULING: - Default: Checks every 1 hours at :00 - Adjust in Schedule Trigger node `
Workflow Logic:
Checks for new products/coupons via Magento API
Verifies against MySQL database
Only posts if record doesn't exist
Updates database after successful post
Error Handling:
Automatic skip if product/coupon exists
Empty result handling
Connection timeout protection
Complete Solution: Handles both products AND coupons
Battle-Tested: Prevents all duplicates reliably
Ready-to-Use: Just add your credentials
Fully Customizable: Easy to modify for different needs
Perfect for e-commerce stores using Magento 2 who want automated, duplicate-free social notifications!
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.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automatic Magento 2 product & coupon alerts to Telegram with duplicate protection |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Social Media |
| Author | Kanaka Kishore Kandregula |
| Published | 11 Jul 2025 |
Use the JSON export at /data/workflows/5893/5893.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Boost Sales with Automated Magento 2 Product and Coupon Notifications This n8n workflow automatically posts new Magento products & coupons to Telegram while preventing duplicates. Key benefits: I...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Social Media use case.