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?
Solved! Go to Solution.
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
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
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
John's method would work too just two different ways to approach the same problem.
Thank you both!! Both good approaches.