Woocommerce Filter only completed payment

Hello,
Kindly check my workflow MTA - New Order Created. where I want to send Whatsapp notifications only to the purchased users.
By default, woocommerce has New Order Created trigger option. Usually, If users purchase on woocommerce their order will be marked as "Processing"

In my case Using custom code, after successful payment, their order status will be changed from Processing to completed.

In my workflow, I just added a filter option I.e If the Woocommerce status is in "completed" state then only Whatsapp SMS should send.
But the issue here is it's not sending even after the payment from the user.

I hope you understand my concern.
Help me in this.
Thank You.
 

Fagun Shah

Well-known member
You need to use Order Updated trigger, and then setup the filter after that -
1626432915196.png
 
Hello,
I have been using Order updated trigger only. But the flow not working.
If a user tries to make a payment at the first attempt, due to long time order status changes to cancel. After some time, the same user completes the payment & it's also completed status now. But the trigger not happening.
 
Top