Question
Can I use a token to specify the name of an email I want to send?
I'm building an Engagement program and I'd like to make this as reusable as possibe. The streams are made up of programs and the programs work in this manner:
1. If email not already sent, send it (failsafe)
2. If email was sent previously and not opened, send v2 of that email.
3. If email was sent and opened, send next email
4. Default: next email
Can I create tokens for {{my.Email One}}, {{my.Email One v 2}}, etc and reference them in the programs? This would keep the emails physically detatched from the programs so deleting them and replacing them would be easy, and it would be easy to change an email in a stream in one place instead of 2 or 3 places.
I didn't see an option to set an email to a token, so I'm looking for the true geeks to teach me how.
1. If email not already sent, send it (failsafe)
2. If email was sent previously and not opened, send v2 of that email.
3. If email was sent and opened, send next email
4. Default: next email
Can I create tokens for {{my.Email One}}, {{my.Email One v 2}}, etc and reference them in the programs? This would keep the emails physically detatched from the programs so deleting them and replacing them would be easy, and it would be easy to change an email in a stream in one place instead of 2 or 3 places.
I didn't see an option to set an email to a token, so I'm looking for the true geeks to teach me how.