Hello,
Is there a token or something I can put into the alert email that would link to the lead record in Marketo? I tried using {{SP_Send_Alert_Info}} but all of the fields appear to be read only and can't be edited. It would be nice if our lead manager can just click on the link and update the status of the lead record.
Sorry if this is something really basic. We just got Marketo and are still learning.
Thanks!
Solved! Go to Solution.
Not that I know of. But you can make one.
https://app-xx##.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}
https://{instance hostname}.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}
Where {instance hostname} is the hostname you see when logged into the Marketo UI.
Hey 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
Woops, totally my bad. You're right, has to be hard-coded. Will edit.
Not that I know of. But you can make one.
https://app-xx##.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}
I just get this blank screen that says Person not found in the tab title.
Did I set it up wrong?
Thanks for your help!
Build out your <a> tag accordingly, within the body of the email.
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!