How to encode lead token First Name + Emoji in a Subject line? | Community
Skip to main content
Cristina_Leonet
Level 2
November 30, 2021
Solved

How to encode lead token First Name + Emoji in a Subject line?

  • November 30, 2021
  • 2 replies
  • 4484 views

Hello Community,

I'm seeking your expertise to solve a case: I would need to include in a subject line a lead token, and an emoji, I found some articles on the web, but they seem not related to my specific case.

(https://blog.teknkl.com/yes-you-can-use-emojis-in-marketo-subject-lines/)

 

EXAMPLE: Text, [NAME] [eyes emoji]

 

Do you have any suggestions?

 

Thanks in advance for your help and support! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

As the others have said, that post has Q-encoder, which is what you need for your exact case.

 

I too have tested it with the Eyes emoji and it works fine. Can you please post the entire subject line of a received email (the raw subject line you see in view-source)?

2 replies

Level 3
November 30, 2021

"Text, {{lead.First Name}} =?UTF-8?Q?=F0=9F=91=80?=" - see https://datatracker.ietf.org/doc/html/rfc1342. The website that you are referring to contains a little tool, which gives you the encoded emoji. 

Cristina_Leonet
Level 2
November 30, 2021

Thank you, but already tried this way, and the test is showing "=?UTF-8?Q?=F0=9F=91=80?=" instead of the emoji.

 

 

Thanks,
Cristina 

Michael_Florin-2
Level 10
November 30, 2021

Works for me.


String "=?UTF-8?Q?=F0=9F=91=80?=" is in token {{my.Emoji}} placed in the subject line. Works in sample send and real send for Outlook 365 OWA.

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
November 30, 2021

As the others have said, that post has Q-encoder, which is what you need for your exact case.

 

I too have tested it with the Eyes emoji and it works fine. Can you please post the entire subject line of a received email (the raw subject line you see in view-source)?

Cristina_Leonet
Level 2
December 3, 2021

Here's the screenshot of the email test:

 

 

Thanks in advance!

SanfordWhiteman
Level 10
December 3, 2021
That doesn’t look like the view-source of the email.

But what I already see is you have a curly apostrophe (in “You’re“). That also needs to be Q-encoded.