Re: How to get the ID field as a token

Robb_Barrett
Marketo Employee

How to get the ID field as a token

Hi, I'm building an internal operation email and I'd like to include a link to the lead record.  What field do I use to get the ID?  I can't find it in the Token menu.

Basically, I want to build a link like: 
https://app-aba.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.ID}}
Robb Barrett
Tags (1)
3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: How to get the ID field as a token

You can look for lead.SFDC ID

if for some reason it is not there, then you will need a custom formula field to pull that in on the SFDC side.
Josh_Hill13
Level 10 - Champion Alumni

Re: How to get the ID field as a token

So you can't do it in the Marketo system like how you have it.

You may be able to drag that in as a formula field, but you should be pointing sales to the CRM record.
Anonymous
Not applicable

Re: How to get the ID field as a token

Hi Robb, 

I had the same need come up for webhooks.   The token {{lead.id}}  works for those, perhaps it works for emails. 

hope it helps!