# Campaign with a wait of 355 days

**URL:** https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727
**Category:** General Discussion
**Created:** [April 16, 2023, 1:45pm UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727 "2023-04-16T13:45:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![oscar2612](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/oscar2612/32/6583_2.png) [@oscar2612](https://forum.mautic.org/u/oscar2612)
#### Post date: [April 16, 2023, 1:45pm UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727/1 "2023-04-16T13:45:34Z")

</div>

Hello.

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.

Would this work? Do you have other ways to do it?

Thank you.

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [April 17, 2023, 6:35am UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727/2 "2023-04-17T06:35:02Z")

</div>

There are different ways to do this. How many products you have?  
Joey

---

<div class="post-metadata">

### Author: ![oscar2612](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/oscar2612/32/6583_2.png) [@oscar2612](https://forum.mautic.org/u/oscar2612)
#### Post date: [April 17, 2023, 8:38am UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727/3 "2023-04-17T08:38:50Z")

</div>

Hello @joeyk.

I have about 5 products, which may be 10 in the future.

How do you think it would be better to do it?

Thank you

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [April 17, 2023, 10:30am UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727/4 "2023-04-17T10:30:52Z")

</div>

Hi @oscar2612 , up to 10 products you can go the easy way:

Let’s say you have 3 products, then you make 3 fields:

1. ProductAPurDate
2. ProductBPurDate
3. 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.

Joey

---

<div class="post-metadata">

### Author: ![oscar2612](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/oscar2612/32/6583_2.png) [@oscar2612](https://forum.mautic.org/u/oscar2612)
#### Post date: [April 17, 2023, 10:40am UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727/5 "2023-04-17T10:40:10Z")

</div>

Hi @joeyk.

I am using the WPFunnels + Woocommerce plugin for the shopping cart.

That is, the product is purchased in a WPfunnel funnel and the purchase process is carried out by Woocommerce.

Would it be easy to pass that data to Mautic?

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [April 17, 2023, 10:59am UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727/6 "2023-04-17T10:59:44Z")

</div>

> [@oscar2612](#):
>
> WPFunnels

If it’s easy, that depends on your skills.  
Here are the docs for the webhook:

> **[WPFunnels Webhooks Support | WPFunnels](https://getwpfunnels.com/docs/wpfunnels-webhooks-support/)**
>
> With the new WPFunnels Webhooks Support Addon, you can send data to zapier and other major tools. Learn how it works here.

You can create a form in Mautic, that receives the webhook. Email + ProductAPurDate would be updated.

You need to know how to make a form post from wpfunnels to any form, but this is a wpfunnels question I think.

---

<div class="post-metadata">

### Author: ![oscar2612](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/oscar2612/32/6583_2.png) [@oscar2612](https://forum.mautic.org/u/oscar2612)
#### Post date: [April 17, 2023, 11:19am UTC](https://forum.mautic.org/t/campaign-with-a-wait-of-355-days/27727/7 "2023-04-17T11:19:09Z")

</div>

I will review this information. If I see that I am not capable, I ask you for another option. 😜😜

Thank you so much.
