Order Created Triggers
Trigger: Activated when a customer successfully places a new order in the store.
This trigger is commonly used for order confirmations, COD verification, and post-purchase communication.
Example Workflow: COD Order Confirmation

This workflow automatically sends a Cash on Delivery (COD) confirmation message to customers when an order is placed, but the payment has not been completed.
Workflow Overview
The workflow follows these steps:
Order Created → Check Condition (Payment Status ≠ Paid) → Send WhatsApp COD Confirmation Message
This ensures that the confirmation message is sent only for Cash on Delivery orders.
Step 1: Select Trigger – Order Created

Start by selecting the Order Created trigger. This trigger activates the workflow whenever a new order is placed on the store.
Step 2: Add Condition – Check Payment Status

Click Logic.
Select Condition.
Configure the condition as follows:
Field: Payment Status Rule: Not Equals Value: Paid
This condition checks whether the order is not prepaid.
If the payment status is not paid, the workflow will continue through the Yes branch.
If the payment is already completed, the workflow will follow the No branch, and no action will be triggered.
Step 3: Add and Configure the WhatsApp Action

After setting up the condition, the next step is to add the WhatsApp action.
In the Add Nodes section, click Actions.
Select WhatsApp.
Now, configure the required details:
Select the phone number
Select the template
Example template:
Hi {{1}}, Thank you for your order#{{2}}. Your order is placed withCash on Delivery for ₹{{3}}.Please confirm your order by replyingYES.Click Save Configuration.
At this stage, the WhatsApp action is created and configured, but it is not yet connected to the workflow.
Step 4: Connect the WhatsApp Action to the "Yes" Branch
Once the WhatsApp action has been configured:
Go to the Condition node.
From the green Yes branch, draw a connection line.
Connect it to the configured WhatsApp action node.
This ensures the WhatsApp message is sent only when the condition evaluates to Yes.
In this example, that means the message will be sent only when: Payment Status ≠ Paid
If the condition evaluates to No, the WhatsApp action will not run.
Step 5: Managing the Workflow
After adding triggers, logic, and actions:
Turn Workflow ON to activate the automation.
Click Save Changes to apply the workflow.
Once saved and activated, the workflow will automatically run whenever the trigger conditions are met.
Last updated