Skip to main content
Level 5
June 17, 2020
Solved

System token for ID

  • June 17, 2020
  • 1 reply
  • 2242 views

Is Marketo provide system token for "Id" ?  If not, then is there any alternate method to get the Marketo lead Id in POST API  Webhook call.

 

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 SanfordWhiteman

{{Lead.Id}} is the built-in token.

 

(Don't know what you mean by "POST API Webhook call": webhooks are Marketo's outbound API, so are you trying to include the ID in the outbound payload?)

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
June 17, 2020

{{Lead.Id}} is the built-in token.

 

(Don't know what you mean by "POST API Webhook call": webhooks are Marketo's outbound API, so are you trying to include the ID in the outbound payload?)

Level 5
June 18, 2020

Yes! I was looking for the token {{Lead.Id}} to add in payload template only. Thanks!

Jay