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.