One List, One Campaign - Different Emails | Community
Skip to main content
September 6, 2017
Solved

One List, One Campaign - Different Emails

  • September 6, 2017
  • 1 reply
  • 1374 views

Is it possible to send different emails to people on a single list, depending what is marked within a column on that list?

Example:

The list has a column with codes in it. I upload the list, create a Marketo campaign and tell it to send Email A to anyone in the column with ABC as their code. And to Send Email B to anyone in the column with XYZ as their code.

Does that make sense? Any help would be appreciated.

Thanks!

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

Jim,

Definitely possible. You are going to use choice conditions in the "Send Email" flow step like so:

Flow:

1. Send Email

     Choice 1: if code is ABC send Email A

     Choice 2: if code is XYZ send Email B

     Default: Do nothing

Note that only the first choice applies, so if a person qualifies for multiple choices in a flow step, they qualify for the first.

1 reply

Devraj_Grewal
Devraj_GrewalAccepted solution
New Participant
September 6, 2017

Jim,

Definitely possible. You are going to use choice conditions in the "Send Email" flow step like so:

Flow:

1. Send Email

     Choice 1: if code is ABC send Email A

     Choice 2: if code is XYZ send Email B

     Default: Do nothing

Note that only the first choice applies, so if a person qualifies for multiple choices in a flow step, they qualify for the first.

September 6, 2017

That's exactly what I was looking for! Thanks!