Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @sssingh , Hmm. When you put that {{my.texttemplate}} token in the email body instead of the email subject line, does it work then? I remember something I've read in the past that you shouldn't use an email script token for only PART of a subject line - it should output the full subject line. Tha...
Hi @JTNT , I'm no coding expert, but this article might be a good checklist: https://www.litmus.com/blog/a-guide-to-rendering-differences-in-microsoft-outlook-clients/
Hi @Carlito_Jay_Ala , Are they not appearing at all, or simply delayed? When you check the activity logs several hours later, can you see the activity then? If someone fills in the form, and it doesn't appear in the activity log, then that would be something I would take up with Support. But watch o...
I can't speak to the API call - sorry, that doesn't look like an error I'm familiar with. On the subject line part, you are using the nomenclature ${my.pname}. This is a mixture of a Velocity variable name, and a Marketo token name. Velocity variable names start with a dollar sign, as you have, and...
Hi @sssingh , Based on what I've read above, I feel that if you simply change your "evaluate" line to output the variable instead: #set($greeting = "Dear Mr. Dan")$greeting Then you can do what you are setting out to do. This worked in my testing - I created a text token which contained the full co...
Hi @amiller35 , This is pretty straightforward, luckily! You have two options, broadly: 1. Create a draft of the email, update it, and then approve the draft. The new email will then have the right details. Emails will continue sending out the old version until the new version is approved.2. Deactiv...
Hi @florenzoNIP , Unfortunately, to edit these templates outside of Marketo you will need relatively sophisticated knowledge of HTML, CSS and Marketo's specific email syntax. It's not straightforward, and not something you will be able to easily solve without getting your hands dirty, so to speak. S...
Hi @ceciliagonzalez , This resource should be useful: https://www.litmus.com/blog/a-guide-to-rendering-differences-in-microsoft-outlook-clients/. My guess is that you haven't specified both height and width of the image. Outlook is a pain, isn't it?
I haven't hit it yet with around 50 tokens in some emails. How many are you looking at?
Agree, and this is important to note. Can you build this with a Marketo templated email using only the editor? No. Can you build it by creating your own template and uploading the code? Absolutely. Is it worth it? I agree with you @Dave_Roberts , probably not. For an entity such as Litmus (someone w...