SOLVED

Smart Campaign Logic Question - "at least 4 days"

Go to solution
Molly_Cousins
Level 2

Smart Campaign Logic Question - "at least 4 days"

Does anyone know how I would build smart campaign for the following logic scenario?

When a lead MQLs, their Status is set to OPEN. If the lead owner doesn't make outreach (changing Status to MADE OUTREACH) within 3 days, I need to create a Marketo notification to the lead owner. I'm struggling with how to do this.

Anyone have an idea?

1 ACCEPTED SOLUTION

Accepted Solutions
John_Clark1
Level 10

Re: Smart Campaign Logic Question - "at least 4 days"

Hi Molly,

What you can do is have a 3 day wait step, and then either a Send Email or a Create Task flow step with a choice.  The choice would say "If Status is Open, then Send Email or Create Task" and the default would be do nothing.

This allows you to check the lead's status at the end of the 3 days.

John

View solution in original post

4 REPLIES 4
John_Clark1
Level 10

Re: Smart Campaign Logic Question - "at least 4 days"

Hi Molly,

What you can do is have a 3 day wait step, and then either a Send Email or a Create Task flow step with a choice.  The choice would say "If Status is Open, then Send Email or Create Task" and the default would be do nothing.

This allows you to check the lead's status at the end of the 3 days.

John

Dory_Viscoglio
Level 10

Re: Smart Campaign Logic Question - "at least 4 days"

Hey Molly, I would create a smart campaign triggered upon change to MQL.

Flow:

1. Wait 4 days.

2. Remove from campaign IF Status is Made Outreach.

3. Send Alert

Dory_Viscoglio
Level 10

Re: Smart Campaign Logic Question - "at least 4 days"

John's method would work too just two different ways to approach the same problem.

Molly_Cousins
Level 2

Re: Smart Campaign Logic Question - "at least 4 days"

Thank you both!! Both good approaches.