Duplicated Messages From Order Status Update (WooCommerce New Status)

I have New Event (Order Status Update) + (Get an Order) modules from woocommerce combined with telegram/ slack. Whenever I get order from WooCommerce (with order status ‘‘Proccessing’’) I automatically get a message in both apps. But the problem is that I get the message twice every time. First time is when I get new order from woocommerce side which is exactly what I want, but the other message arrives when order status gets updated from inventory (S4U order status) which I want to be ignored , so i dont get 2 same messages after every order status update. may anyone guide me how could I set up scenario in a way that I get message only once and the other message gets ignored for every order.

Right now I have this. I would like to eliminate duplicating and get only one message for every order.

1 Like

Set up a filter behind the “Get an Order” module that it can pass through only if the status is “Processing”. Or do you have the same status when the order is updated from inventory?

2 Likes