SOLVED

Marketo email template do not encode HTML

Go to solution
espo92
Level 1

Marketo email template do not encode HTML

Hi,

 

Is there a way to have Marketo not escape HTML of a specific email module? Currently the system is encoding "&" to "amp;" and it breaks a third party tool we are attempting to use. I didn't see any template specific syntax and am curious to see if anyone has a workaround.

Tags (3)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo email template do not encode HTML

If you use a Velocity token, you can control whether characters are encoded ($esc.html) or not.

 

But this 3rd-party tool sounds badly broken if it doesn’t get that ambiguous characters must be encoded in HTML.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo email template do not encode HTML

If you use a Velocity token, you can control whether characters are encoded ($esc.html) or not.

 

But this 3rd-party tool sounds badly broken if it doesn’t get that ambiguous characters must be encoded in HTML.