SOLVED

Fail to send an email with tokenized link

Go to solution
SanfordWhiteman
Level 10 - Community Moderator

Re: Fail to send an email with tokenized link

Glad it's working with the simple {{lead.token}}. Still curious about that other field, which is not a standard field. Did you by chance try to use a Formula field? How is that field being populated?
NCHAN
Level 2

Re: Fail to send an email with tokenized link

Hi Michael,

 

I encountered the same problem. I cannot send an email with a tokenized URL to meself by a campaign.

Do you have any updates on this issue?

 

Thanks

SanfordWhiteman
Level 10 - Community Moderator

Re: Fail to send an email with tokenized link

You’ll need to show your code. Just a “tokenized URL” is too general.

NCHAN
Level 2

Re: Fail to send an email with tokenized link

This is the link which we use to generate a dynamic QR code with the lead's info if he is an existing one in Marketo.

We also use Base64 encoding, and dictionaries to map the original values.

<img src="https://api.ma.scrmtech.com/app-interapi/schneiderInterface/addMaTempQrcodeByName?source=-1&secret=e..." alt="" title="" width="150">

if we select a person to send a test email, the link (only available in WeChat, but works) would be: https://app.ma.scrmtech.com/svip/schneider/maIndex?pf_uid=8609_1393&pf_type=3&mid=357402442&eid=1000...

Tags (1)
SanfordWhiteman
Level 10 - Community Moderator

Re: Fail to send an email with tokenized link

Don’t know what you’re trying to say here. There aren’t any {{lead.tokens}} in that URL; there may be valid Velocity references, but there’s no way to know out of the context of your code. If it’s Velocity, you can’t use Send Sample for testing. Use real emails only.

 

But more specifically, Marketo doesn’t magically change an image src from “https://api.ma.scrmatech.com/app-interapi/...” to “https://app.ma.scrmtech.com/svip/....“ What exactly is the expected behavior and the observed behavior?