• 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 Cart Recovery Trigger Interval

optired

Member
Ref:


Hi, we have followed the video and set up Cart Abandonment Recovery via Whatsapp successfully.


In the screenshot, you can see the plugin have the setting to send at 3 different intervals: 15-mins, 1-day, 3-days follow-up emails.



May I check if the same webhook is being triggered at that 3 different intervals?


How can we filter it so that we can send different whatsapps message at the 3 different intervals?


Thanks!
 

Attachments

  • Screenshot 2023-10-26 at 1.56.08 PM.png
    Screenshot 2023-10-26 at 1.56.08 PM.png
    37.6 KB · Views: 45
  • Screenshot 2023-10-26 at 1.56.24 PM.png
    Screenshot 2023-10-26 at 1.56.24 PM.png
    26.4 KB · Views: 42

optired

Member
Hello @optired , You can use Delay action in pabbly , It'll delay your output for minutes,hours,days & weeks.

View attachment 33407

If I set it up like that, I imagine there will be some issues with unwarranted cart recovery messages.

Example:
What if the customer recovered the cart before interval 2, but the workflow will still send out interval 2 message if I follow your suggestion?
 

Himesh

Active member
If I set it up like that, I imagine there will be some issues with unwarranted cart recovery messages.

Example:
What if the customer recovered the cart before interval 2, but the workflow will still send out interval 2 message if I follow your suggestion?
Before delay Action you can Retrieve cart data by woo Commerce Retrieve actions.
 
Last edited:

Himesh

Active member
not sure what to do with that step, is it to check if there are zero items in the cart and set up a roter?
You have to fetch all orders for that customer in last 1-day/2-days using custom API call to check if that customer has already placed an order with you or not. The plugin can handle the emails dynamically but not the webhook.

It doesn't send the order id in the webhook and both orders are considered as separate order anyways so you can't exactly track it.
 
Top