Event Program

Sarah_McMahen
Level 2

Event Program

Our potential students can request a personal campus visit by completing a form on our website. 
They can visit most days of the year, and we are trying to build a program that can accommodate three emails:
1) Thank You for Registering, 2) Reminder - but how many days beforehand because each varies?,
and 3) Thank You for Visiting - but how many days after because each will vary? Check-in with the Marketo app is
not necessary, so this program does not necessarily have to be built as an event. What is the best way to build this program?

Thank you, Sarah
4 REPLIES 4
Amy_Goldfine
Level 10 - Champion Alumni

Re: Event Program

Hi Sarah,

 

The first should be pretty straightforward. 

Trigger: fills out form

Flow step: send email

 

The other two, I'm not sure what you mean by "it varies." Does the timing of the email relative to the visit vary? Or just that the visit varies but the relative dates of the emails stay the same (e.g. 3 days before, 1 day after)?

Amy Goldfine
Marketo Champion & Adobe Community Advisor
Sarah_McMahen
Level 2

Re: Event Program

They can register for a visit 3 months in advance, 2 days in advance, etc., so wait steps will not work for reminder and follow-up emails since each person's duration from the time of and after the visit will vary.

Amy_Goldfine
Level 10 - Champion Alumni

Re: Event Program

OK I have been thinking about this this afternoon, this is an interesting challenge!

 

Your first step is to create a new field, type is date, let's say you call it VisitDate.

 

Then you create a smart campaign that's triggered when the visit is created and the visit date is set. I can't tell you what that trigger would be without knowing more about your instance. But you would use a wait step with date math in your flow step:

 

Add a wait step and click the gear

Screen Shot 2020-02-27 at 5.02.49 PM.png

Choose date token

Screen Shot 2020-02-27 at 5.03.11 PM.png

Then choose the {{lead.VisitDate}} (I just picked a random date field in my instance for this example)

Screen Shot 2020-02-27 at 5.04.38 PM.png

Then choose your operator and number of days. In this example, 2 weeks before would be minus 14 days

Screen Shot 2020-02-27 at 5.05.02 PM.png

 

Then select a time and click Save, and add a Send Email flow step and select your reminder email, then activate your smart campaign!

 

Then create another smart campaign that's triggered when the visit happens (again, I can't tell you what that is). The flow steps should be similar except your date would be plus X days after the visit date.

Amy Goldfine
Marketo Champion & Adobe Community Advisor
Sarah_McMahen
Level 2

Re: Event Program

Thanks so much!  I am going to test your recommendation.