VirtuDept - Navigation

Logic-Based Marketing

We code your customer journey so no lead slips through the cracks.

01 IF user.cart_value > 100 AND user.status == "VIP":
02 wait(30, "minutes")
03 send_email("VIP_Cart_Recovery_v2")
04 send_sms("Hey [Name], we saved your items!")
05 ELSE:
06 send_email("Standard_Recovery")
VirtuDept - Footer