Hello Marketo Peps,
Is there a way to set up a flow to have when a led joins a smart list they receive an email?
I know you can to a List but I can't find a way to do it with a Smart List.
Solved! Go to Solution.
A smart list is a query of the db, so no.
If you think about what a smart list is, it's basically just a bunch of filters. If you can find the commonalities in those filters, you can basically just switch them into triggers and build a trigger campaign to send an email if the lead triggers the criteria.
Example Smart List:
Filter Logic: ALL
Filters
Email Address = something@something.com
and
First Name = something
and
Last Name = something
Example Trigger Campaign:
Filter Logic: ALL
Triggers
Data Values Changes = Email Address = something@something.com
Data Values Changes = First Name = something
Data Values Changes = Last Name = something
Filters
Email Address = something@something.com
and
First Name = something
and
Last Name = something
A smart list is a query of the db, so no.
If you think about what a smart list is, it's basically just a bunch of filters. If you can find the commonalities in those filters, you can basically just switch them into triggers and build a trigger campaign to send an email if the lead triggers the criteria.
Example Smart List:
Filter Logic: ALL
Filters
Email Address = something@something.com
and
First Name = something
and
Last Name = something
Example Trigger Campaign:
Filter Logic: ALL
Triggers
Data Values Changes = Email Address = something@something.com
Data Values Changes = First Name = something
Data Values Changes = Last Name = something
Filters
Email Address = something@something.com
and
First Name = something
and
Last Name = something
Thanks! I'll try that.
You could try this with a regular lit as well. Then use the added to list trigger to send the email.