Sending Batch Email and Associate Actions/Triggers | Community
Skip to main content
June 14, 2018
Question

Sending Batch Email and Associate Actions/Triggers

  • June 14, 2018
  • 1 reply
  • 2663 views

I have a simple requirement. We are participating in an "Event", the event organizers have sent us a list of people who have registered for the event.

I want to send an email to the entire list and perform two actions: ( My Goals )

1) In case someone opens the email, I want them to be added to list "X".

2) In case someone clicks on the register now button, I want them to added to list "Y".

My implementation approach is as follows:

1)  Created a program of type "Event" and channel is "Tradeshow"

2)  Created a list of people whom i want to send the email, by importing data from CSV.

3)  Created the email content.

4)  Created a smart campaign.

5)  In Smart Campaign under the Smart List I created a filter as "Member of List" and  selected the list name I created in step 2 above.

6)  This is where the confusion starts, from this point onwards I'm not sure how do I add Trigger or Flow such that I achieve my two goals as mentioned above.

Suggestions/help would be useful.

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

1 reply

Jay_Jiang
Level 10
June 14, 2018

In the most simplest way, you would create 2 more smart campaigns.

one with a trigger "opens email" and flow "add to list" > X

one with a trigger "clicks link in email" and flow "add to list" > Y

June 14, 2018

Thanks Jay. WIll try this out. I had a related query, in email there could be multiple links. I want the trigger when user clicks a specific link like "Register Now" button. How do we get this done ?

June 14, 2018

I figured this out, had to add the "Constraint" for exact link name.