I need to set up a campaign that does the following:
When a customer purchases a product, I want them to enter a campaign so that this customer receives about 3-4 emails within a week of one year to go since they bought the product.
What I want is to remind you to repurchase the support of the product you purchased.
I thought about creating it like this:
A segment for people who buy that product.
The first action would be to send the first email but with a wait of 355 days.
Hi @oscar2612 , up to 10 products you can go the easy way:
Let’s say you have 3 products, then you make 3 fields:
ProductAPurDate
ProductBPurDate
ProductCPurDate
When the actual purchase happens you can populate the right field. (How to do that - depends on your shopping cart solution, there are many ways.)
Then create a segment for each product where you define
“ProductAPurDate is less then -365 days”
AND
“ProductAPurDate is not empty”
The segment can start a campaign with the following steps:
Step 1: send email: “Renew support”
Step 2: send email: “Renew support reminder”
Step 3: send email: “Renew support last chance”
Make the campaign repeatable
You don’t have to check if the person has purchased in the meanwhile, since their ProductAPurDate value would be recent, and automatically kick them out from the segment and the campaign.