Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I took away the spaces but now the entire subject line is moving as if there is a tab space before the subject line Also I am the encoding is still showing up in the body of the emailAny suggestions? Here is the updated code.##********Finding out if they came through the CoReg#set ($coReg = ${lead.m...
Hi Sanford,Below is the full script token.With the subject line I am seeing:And in the body of the email I am seeing##********Finding out if they came through the CoReg#set ($coReg = ${lead.mktocoreg})#set ($coReg2Scp = ${lead.mktocoreg2scp})#if($coReg.equals("niche"))#set ($coRegMkt = "yes")#elseif...
I tried this but I am still seeing the issue. Here is a screenshot of the subject lineI will also say that the month is also a token so when you look at it in the subject line it is{{my.month}} No-Essay Scholarships Worth {{my.dollarAmt}}
If you are using a script token in the subject line, and also in the body, and the script is formatting the number to currency, is there a way to code this so that this spacing in the subject line does not happen? This is what I have in script for the total#set($total = $number.currency(${subtotal})...
I need to create an automated email that goes out once a week. It sounds straight forward but I am stumped on the best way to execute this. This email would go out to all members informing them of new activities created the previous week. The email would contain information on the activities and lin...
Hi Beth,I here is a screenshot of the flow for the trigger campaign. I am using a two step method of looking at the anniversary of the mkto_rfbdemail then in a separate step adding to the list. Let me know if you need anymore information
Hello all, I am trying to set up a birthday email as in this article. https://nation.marketo.com/t5/Marketo-Whisperer-Blogs/Sending-a-Birthday-Message/ba-p/247530. However, it has been requested that the birthday email be sent 7 days prior to the recipient’s birthday. Therefore, I created a field ca...
I want to set up an experiment where 50% of the welcome emails go out immediately (it's a triggered email by an API call), and the rest go out 30 minutes later. Please take a look at the flow steps. Is this correct? My concern is that those who received the welcome email immediately will also receiv...
Hey Sanford, that didn't work for me. Researching this more, thought I would share what has worked for me is using the HTML entity of the emoji in the preheader i.e. for a clipboard.
Would you post your code just so I am sure that I am not missing anything? I tried it again and it still is not working for me.