Interrupt the Wait Step | Community
Skip to main content
Paul_Johnson
Level 4
February 7, 2017
Solved

Interrupt the Wait Step

  • February 7, 2017
  • 1 reply
  • 1710 views

Hey guys,

I have a quick question regarding the wait step. I have a smart campaign I am needing to run. An email is needed to be sent out after two days of waiting after a specific action. However, if one of a couple things happen in that time, I need the email to NOT be sent out. Is there a way to cancel the trigger?

Hope that makes sense.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Devraj_Grewal

Paul,

What I would do is add a "Remove from flow" flow step right before the "Send Email" step with the criteria needed to not send the email (ex. Lead Status is Nurture). Then leads with that lead status will be removed from the entire smart campaign flow.

Alternatively, if you do not want the lead to be removed from the entire flow and only skip that send email step, add a choice condition to the send email flow step (ex. If Lead Status is not Nuture: send email. Default: Do Nothing).

1 reply

Devraj_Grewal
Devraj_GrewalAccepted solution
Level 10
February 7, 2017

Paul,

What I would do is add a "Remove from flow" flow step right before the "Send Email" step with the criteria needed to not send the email (ex. Lead Status is Nurture). Then leads with that lead status will be removed from the entire smart campaign flow.

Alternatively, if you do not want the lead to be removed from the entire flow and only skip that send email step, add a choice condition to the send email flow step (ex. If Lead Status is not Nuture: send email. Default: Do Nothing).

Paul_Johnson
Level 4
February 7, 2017

Thanks Devraj