Order Created Triggers
Last updated
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.

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

Start by selecting the Order Created trigger. This trigger activates the workflow whenever a new order is placed on the store.

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.

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 with Cash on Delivery for ₹{{3}}.
Please confirm your order by replying YES.
Click Save Configuration.
At this stage, the WhatsApp action is created and configured, but it is not yet connected to the workflow.
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.
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