Is there a token for a link to the editable lead record? | Community
Skip to main content
Level 3
November 19, 2018
Solved

Is there a token for a link to the editable lead record?

  • November 19, 2018
  • 2 replies
  • 4415 views

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!

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 Jay_Jiang

Not that I know of. But you can make one.

app-xx##.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}

2 replies

SanfordWhiteman
Level 10
November 19, 2018

https:​//{instance hostname}.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}

Where {instance hostname} is the hostname you see when logged into the Marketo UI.

Adobe Employee
November 19, 2018

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

SanfordWhiteman
Level 10
November 19, 2018

Woops, totally my bad. You're right, has to be hard-coded. Will edit.

Jay_Jiang
Jay_JiangAccepted solution
Level 10
November 19, 2018

Not that I know of. But you can make one.

app-xx##.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}

Kana_LaiAuthor
Level 3
November 20, 2018

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!

SanfordWhiteman
Level 10
November 20, 2018
  • 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.