• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

WooCommerce Order Completed

KevinS

Member
Hi.
It looks like there are only 2 triggers for a WooCommerce order
1. Order Created
2. Order Status changed.

I want to only send an SMS via Twilio when the order is created, this is working fine, and when the order is Completed, not every time the status is changed.
 

Supreme

Well-known member
Staff member
Hey @KevinS

I want to only send an SMS via Twilio when the order is created, this is working fine, and when the order is Completed, not every time the status is changed.
Kindly try the "WooCommerce: Order Updated" trigger event to capture when the status of the order gets updated. Let us know if that works for you.

2022-02-24_15h38_52.png
 

KevinS

Member
Thanks. I am using that but it is picking all the updates and i only want to send the SMS when the Tracking number is added.
 

Supreme

Well-known member
Staff member
Hey @KevinS

I am using that but it is picking all the updates and i only want to send the SMS when the Tracking number is added.
We looked into the possibility of your use case and currently, it is not possible to lookup up the tracking number and triggers the orders.

I would be happy with a "Order Status changes to Complete" trigger
Further to processing the orders with "Complete" status only, you can add a filter action step after the trigger.

2022-02-25_10h29_12.png
 
Kevin, I know this is from a month ago but I'll be using the mail parser feature to accomplish this. I have the emails sent to the mail parser email address to trigger the workflow.
 

Supreme

Well-known member
Staff member
Hey @StrangeValkyrie

Could you please tell us what is your use case and how you are using Email Parser in your automation? So that we can look into it and can assist you accordingly.
 
I use an Airtable spreadsheet to keep track of my sales so I created a workflow that updates the spreadsheet for me.

When an order status is changed to completed (or in my case "shipped" because I use the Advanced Shipment Tracking plugin) it sends an email to the customer and cc's the address provided by "Email Parser by Pabbly"

Then I use the text formatter to find the relevant info, the search Airtable action and the update record action. Works like a charm.
 

Supreme

Well-known member
Staff member
Hey @StrangeValkyrie

You can use the "Filter" action step in your workflow and can use Filter Type to "Contains" which will help you to process the orders which have Completed/Shipped/Tracking in it which you can type manually by yourself.

Kindly try this at your end and let us know if that works for you.

2022-03-29_12h55_35.png
 

Supreme

Well-known member
Staff member
Hey @StrangeValkyrie

Do you want the Order number which is mentioned in your workflow as " Order #131971"?

Or do you want the "Provider Tracking Number Shipped Date USPS 9200190256038108546270 March 29" mentioned in bold?

Else send us the screenshot of what you want to scrape from your Email body which is coming in your Workflow.
 
So both of your suggestion are pretty much what I was doing... I don't actually need help and was here offering a solution for the original poster.
 

Supreme

Well-known member
Staff member
Hey @StrangeValkyrie

So both of your suggestion are pretty much what I was doing... I don't actually need help and was here offering a solution for the original poster.

Since you are getting the order details via email and emails only have the data in the solid paragraphs. So this is the only way to retrieve the Tracking number. Furthermore, Text Formatter is free to use in your workflow which we wouldn't count as a task.
 
Top