Question
VLT Email Script for Lead is in List or Lead's Program Status
Hi all,
I'm trying to customise my email content using an Email Script. Basically I want to display different content if:
- The Lead is in Smart List (preferable), or
- The Lead is Member of Program with Lead Status="Registered"
Non-working example:
#if( $lead.ProgramStatus == "Registered" )
#set($message = "Thanks for registering")
#else
#set($message = "Register at...")
#end
Is this possible, and if so, how?
Thanks,
Matt