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
Rahul NemiwalRahul Nemiwal 

Get salesforce data using API

Hello guys, I need to fetch data to an app from salesforce. I suppose this would require developer token/key. How to go ahead with integration after getting the developer token?
Naval Sharma4Naval Sharma4
Hi Rahul,

You can use Salesforce REST api in your app to get salesforce data. Salesforce provides a REST api and you can refer following link for more information.
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/

If you want to access salesforce data in your javascript application then go for jsForce which is very powerful api.
https://github.com/jsforce/jsforce

Let me know if you need more help.

Thanks,
Naval
Carol LoudCarol Loud
Once you have your Salesforce developer token/key, you can utilize API calls to fetch data. Skyvia (https://skyvia.com/connectors/salesforce) provides an easy way to set up this integration. In Skyvia, specify your Salesforce credentials and token, then set up your data queries. It supports both REST and SOAP APIs, allowing you to fetch data in real-time or batches. No heavy coding required.