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

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

  • November 19, 2018
  • 2 replies
  • 4409 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!

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

Jay_Jiang
Jay_JiangAccepted solution
New Participant
November 19, 2018

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

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

Kana_LaiAuthor
New Participant
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
New Participant
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.

SanfordWhiteman
New Participant
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.

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
New Participant
November 19, 2018

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