Skip to main content
Best answer

Is it possible to trigger an SMS dispatch only when a WooCommerce order status is changed?


Hello,

Regarding the SMSAPI and WooCommerce integration:

Is this possible to trigger an sms dispatch only when a order status in woocommerce is changed to a specific one.

Please let me know

Best answer by MohSwellam

Hi @bssmsapi 

 

The way to do this is to add a filter right after the WooCommerce trigger for the required order status, this way the SMS wont be sent unless it complies to this status. Also when you put a filter right after the trigger, any data that doesnt pass the filter wont count against your usage limit. 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

MohSwellam
Forum|alt.badge.img+8
  • Zapier Expert
  • 840 replies
  • Answer
  • October 17, 2022

Hi @bssmsapi 

 

The way to do this is to add a filter right after the WooCommerce trigger for the required order status, this way the SMS wont be sent unless it complies to this status. Also when you put a filter right after the trigger, any data that doesnt pass the filter wont count against your usage limit. 


chanelle
Forum|alt.badge.img+8
  • Zapier Staff
  • 628 replies
  • October 18, 2022

Hi @bssmsapi, looks like Moh’s recommendation is the best approach. Did you have a chance to give this a go? Any questions?