SFDC / API call necessity | Community
Skip to main content
New Participant
December 8, 2015
Solved

SFDC / API call necessity

  • December 8, 2015
  • 1 reply
  • 1828 views

I have a developer who is looking for a way to find the SFDC ID value from the Marketo API.

"I want to know in Marketo on which filed the SFDC ID will store"

Can someone please help

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 Kenny_Elkington

Depends on which one you're looking for, but in the REST API, they're called sfdcLeadId, sfdcContactId, and sfdcAccountId.  The best way to get field names for the APIs is by going the the Describe Lead Method: developers.marketo.com/documentation/rest/describe/

1 reply

Kenny_Elkington
Kenny_ElkingtonAccepted solution
New Participant
December 8, 2015

Depends on which one you're looking for, but in the REST API, they're called sfdcLeadId, sfdcContactId, and sfdcAccountId.  The best way to get field names for the APIs is by going the the Describe Lead Method: developers.marketo.com/documentation/rest/describe/

Grégoire_Miche2
New Participant
December 8, 2015

Hi Kenny,

You can also export all fields REST and SOAP API names in Admin -> field management -> Export field names, in 1 minute and without a developer

Greg