-
Re: Is there a token for a link to the editable lead record?
Sanford Whiteman Nov 19, 2018 3:38 PM (in response to Kana Lai)https://{instance hostname}.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}
Where {instance hostname} is the hostname you see when logged into the Marketo UI.
-
Re: Is there a token for a link to the editable lead record?
Floyd Alvares Nov 19, 2018 3:31 PM (in response to Sanford Whiteman)1 of 1 people found this helpfulHey Sanford,
Just checking, I do not think the URL has the system.munchkinID? but more of the Marketo POD instnace like "app-sj17".
I tried using the munckinID in the URL with the lead id and it did not work?
Thanks
Floyd
-
Re: Is there a token for a link to the editable lead record?
Sanford Whiteman Nov 19, 2018 3:33 PM (in response to Floyd Alvares)Woops, totally my bad. You're right, has to be hard-coded. Will edit.
-
-
-
Re: Is there a token for a link to the editable lead record?
Jay Jiang Nov 19, 2018 2:40 PM (in response to Kana Lai)1 of 1 people found this helpfulNot that I know of. But you can make one.
https://app-xx##.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}
-
Re: Is there a token for a link to the editable lead record?
Kana Lai Nov 20, 2018 8:59 AM (in response to Jay Jiang)-
Re: Is there a token for a link to the editable lead record?
Sanford Whiteman Nov 20, 2018 11:11 AM (in response to Kana Lai)2 of 2 people found this helpful- Don't put the {{lead.token}} inside the Text {{my.token}}!
- Don't put the https:// inside the Text {{my.token}}, either, though this is merely a tracking concern it's a good habit to break.
Build out your <a> tag accordingly, within the body of the email.
-
Re: Is there a token for a link to the editable lead record?
Kana Lai Nov 20, 2018 11:59 AM (in response to Sanford Whiteman)Ah! I get it now! So I didn't even need to create a custom token at all, just stick the {{lead.Id}} at the end of the link. It was probably obvious, but that was my first time trying to make a token, so thanks for the tips!
-
-