Send Telegram Alerts for New WooCommerce Orders

For WooCommerce, this workflow automatically sends Telegram alerts when an order status changes to "Processing." It ensures online store owners receive instant notifications with detailed order information, including customer name, total amount, and product details, streamlining order management and enhancing customer service.

7/8/2025
6 nodes
Complex
webhookcomplexsticky notetelegramlogicconditionalintegrationapicommunicationbot
Categories:
Communication & MessagingComplex WorkflowWebhook Triggered
Integrations:
Sticky NoteTelegram

Target Audience

Online Store Owners and E-commerce Managers
This workflow is ideal for individuals or businesses running an online store using WooCommerce. It is particularly beneficial for:
- Store Owners looking for real-time updates on order statuses.
- E-commerce Managers who want to streamline communication with their fulfillment teams.
- Customer Support Teams needing to stay informed about order processing for better customer service.
- Developers interested in automating notifications and enhancing customer engagement through Telegram.

Problem Solved

Instant Order Notifications
This workflow addresses the challenge of delayed order status updates. By automating notifications via Telegram when an order is marked as Processing, it ensures that store owners and their teams are promptly informed, allowing for faster fulfillment and improved customer satisfaction.

Workflow Steps

Workflow Process Overview
1. Receive WooCommerce Order:
- The workflow begins by receiving a new order through a Webhook triggered by WooCommerce when an order is created or updated.
2. Check if Order Status is Processing:
- A conditional check is performed to determine if the order status is set to Processing.
3. Design Message Template:
- If the order is processing, a message is constructed using JavaScript to include key order details such as:
- Order ID
- Customer Name
- Total Amount
- Order Date
- Ordered Products
4. Send Telegram Notification:
- The final message is sent to a specified Telegram chat using the Telegram API, ensuring that the relevant parties are immediately notified of the order status.

Customization Guide

Customizing the Workflow
- Message Format:
- Users can modify the Design Message Template node to change the message format. For example, additional order details can be included or the presentation style can be altered to match branding.
- Webhook Configuration:
- Adjust the Webhook settings in WooCommerce to trigger on different order status updates (e.g., Completed, Cancelled).
- Telegram Bot Settings:
- Users can change the Chat ID in the Telegram node to send notifications to different chat groups or individual users.
- Additional Integrations:
- Consider integrating with other applications or services to further enhance the workflow, such as adding notifications to email or other messaging platforms.