SOLVED

Re: SFDC / API call necessity

Go to solution
Geoff_Krajeski1
Level 10 - Champion Alumni

SFDC / API call necessity

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

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: SFDC / API call necessity

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: http://developers.marketo.com/documentation/rest/describe/

View solution in original post

3 REPLIES 3
Kenny_Elkington
Marketo Employee

Re: SFDC / API call necessity

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: http://developers.marketo.com/documentation/rest/describe/

Grégoire_Miche2
Level 10

Re: SFDC / API call necessity

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

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: SFDC / API call necessity

Thank you.  sfdcleadid was the one my developer was looking for.