function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gaurish Gopal GoelGaurish Gopal Goel 

Salesforce Integration to fetch the Salesforce Records

I am using an application which is not made in salesforce and used for marketing purposes. I want to export all the leads of my salesforce org into my application. How can I do this ?

Vinita_SFDCVinita_SFDC

Hello,

 

If this is one time requirement then take data export of the leads and import it in your application.

 

Click path for data export: Setup|Administration setup|Data export

 

If you wish to import leads on a regular interval the you will have to integrate application with salesforce using SOAP api.

 

 

Gaurish Gopal GoelGaurish Gopal Goel

This is not a one time requirement. I cannot import any data into that application. Only thing I have is the APIs of the application.

I wanna know how i can use these APIs to fetch Leads records into my application.

Vinita_SFDCVinita_SFDC

Hello Gaurish,

 

For this you need to implement integration using SOAP API. Please refer following document, this will guide you for integrating your application with salesforce:

 

http://www.salesforce.com/us/developer/docs/api/