How to get the ID field as a token | Community
Skip to main content
Robb_Barrett
Level 10
May 8, 2014
Question

How to get the ID field as a token

  • May 8, 2014
  • 3 replies
  • 1014 views
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}}
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Josh_Hill13
Level 10
May 8, 2014
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
May 8, 2014
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.
May 8, 2014
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!