SOLVED

One List, One Campaign - Different Emails

Go to solution
Anonymous
Not applicable

One List, One Campaign - Different Emails

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!

1 ACCEPTED SOLUTION

Accepted Solutions
Devraj_Grewal
Level 10 - Champion Alumni

Re: One List, One Campaign - Different Emails

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.

View solution in original post

2 REPLIES 2
Devraj_Grewal
Level 10 - Champion Alumni

Re: One List, One Campaign - Different Emails

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.

Anonymous
Not applicable

Re: One List, One Campaign - Different Emails

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