This n8n workflow automates the process of monitoring, recording, and posting new products and vouchers from a Magento 2 store to Telegram and X. Triggered periodically, it fetches the latest offers and new products, checks for duplication, formats messages, and posts updates to social platforms automatically. The workflow ensures efficient, duplicate-free sharing of store promotions, enhancing marketing outreach effortlessly.
The workflow begins with a scheduled trigger that initiates the process at regular intervals. It initializes a database to track posted items and fetches the latest product and voucher data from the Magento store via API requests. For each new item, it checks whether it has been posted previously using MySQL database queries. If not, it formats engaging promotional messages for social media and posts them to Telegram and X (although the X posting node is currently disabled). After successful posting, it updates the database to mark the items as posted, preventing duplicates in future runs. Additional nodes generate detailed messages, handle media content, and ensure smooth operation.
This automation is ideal for eCommerce stores looking to promote new products and discounts promptly on social platforms automatically, reducing manual effort and increasing visibility.
Reviews
There are no reviews yet.