Skip to main content
Level 5
June 17, 2020
解決済み

System token for ID

  • June 17, 2020
  • 2 の返信
  • 2255 ビュー

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.

 

このトピックへの返信は締め切られました。
ベストアンサー 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?)

2 の返信

SanfordWhiteman
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?)

Jay00031987-2作成者
Level 5
June 18, 2020

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

Jay