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!
Solved! Go to Solution.
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.
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.
That's exactly what I was looking for! Thanks!