Skip to main content
gkrajeski
User Group Leader
User Group Leader
December 8, 2015
Risolto

SFDC / API call necessity

  • December 8, 2015
  • 3 risposte
  • 1841 visualizzazioni

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

Questo argomento è stato chiuso alle risposte.
Migliore risposta di 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/

3 risposte

Kenny_Elkington
Adobe Employee
Adobe Employee
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
Level 10
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