Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
So I've updated this token and I'm getting the following result: But when I preview the email with someone who qualifies, every time I get this result: I have used the script exactly as outlined (except for adding the unique url for each group): #if ($lead.creditCardPromoAmount.equals("15000"))Account Opening Disclosure...
Would something like this work? #if ( $lead.creditCardPromoAmount == 15000 ) Account Opening Disclosure#elseif ( $lead.creditCardPromoAmount == 7500 ) Account Opening Disclosure#elseif ( $lead.creditCardPromoAmount == 5000 ) Account Opening Disclosure#elseif ( $lead.creditCardPromoAmount == 2500 ) Account Opening Disclosure...
I'm hoping I can use velocity to populate a link instead of using traditional segmentation or creating multiple versions of emails. I have a link that I need to show, but the link is going to be reliant on the value in a certain field in the lead record. The value I am using to populate the field is...
Thanks. I'll update it. The person who set this up has a year-long wait step which I'm not a fan of either.
I'm fine with switching it over to a batch send. Is there an example of how the programming would be to accomplish this?
Our instance of Marketo uses an account number as a unique identifier instead of email address because multiple accounts can use the same email address. The challenge is when we send them certain types of emails (birthday seems to be the biggest one). I can limit each person to only be able to run ...
Works beautifully. Thank you so much. I see where I went wrong now.
I had abandoned the first script because it wasn't accounting for the timezone, which I want to do. What do I need to include to include checking for null values? Are you saying these should be combined? something like (I know this is not correct because it's not rendering the email):#foreach( $cust...
Hello, I'm trying to figure out how to format a date on a custom object. I've seen other posts, but am not finding one that is addressing my specific use case... and if it is, I'm not understanding what I need to change to make it work. Here is what I started with and it is pulling the date, just no...