Woocommerce Cart Recovery Trigger Interval

Status: Closed · Asked by optired on · 0 views

optired — Question ·

Ref:

youtube.com/watch?v=0U3XQiWJJEI

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.24 PM.png
Himesh Soni — Reply ·

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

Automation Freelancer
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]
optired — Reply ·
Hello @optired , You can use Delay action in pabbly , It'll delay your output for minutes,hours,days & weeks.

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 Soni — Reply ·
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.
Automation Freelancer
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]
optired — Reply ·
Before delay Action you can Retrieve cart data by woo Commerce Retrieve actions.

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?
Himesh Soni — Reply ·
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.

Automation Freelancer
Contact me - https://www.facebook.com/himeshsoni07
Email - [EMAIL][email hidden][/EMAIL]

Back to all forum threads · Log in to reply