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
Solved! Go to Solution.
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/
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/
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
Thank you. sfdcleadid was the one my developer was looking for.