SOLVED

Trigger Campaign - Send 2nd email based off of action

Go to solution
debbie_917
Level 2

Trigger Campaign - Send 2nd email based off of action

Hello 

How do I send a 2nd email based on whether the person clicks on a link or doesn't click on a link in the 1st email?

trigger-campaign.png

1 ACCEPTED SOLUTION

Accepted Solutions
Michael_Florin
Level 10

Re: Trigger Campaign - Send 2nd email based off of action

Well, "Clicks Link in Email" is a trigger. You can specify the email and the link, and if the click happens, your Flow Step will be executed.

 

"Not clicking" is obviously not an action, and therefore it can't be a trigger. But "Not Clicked an Email" is a filter, so you can say that if a person has not clicked a specific link in a specific time frame in the past, send them Email 3.

 

So you can build a scenario like: If Person clicks Email 1, send them Email 2 immediately. And after one week: If person did not click Email 1, send them Email 3.

View solution in original post

1 REPLY 1
Michael_Florin
Level 10

Re: Trigger Campaign - Send 2nd email based off of action

Well, "Clicks Link in Email" is a trigger. You can specify the email and the link, and if the click happens, your Flow Step will be executed.

 

"Not clicking" is obviously not an action, and therefore it can't be a trigger. But "Not Clicked an Email" is a filter, so you can say that if a person has not clicked a specific link in a specific time frame in the past, send them Email 3.

 

So you can build a scenario like: If Person clicks Email 1, send them Email 2 immediately. And after one week: If person did not click Email 1, send them Email 3.