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
Dave PierreDave Pierre 

Example of express/node api call to Salesforce Api

hi guys, I'm trying to use an express/node application to make an api call to the salesforce api and return me data according to the records I have with the account. Does anyone have any examples that does that ? Or could walk me through the steps on how to do this?
Khan AnasKhan Anas (Salesforce Developers) 
Hi Dave,

I trust you are doing very well.

Please refer to the below blogs which have step by step process for Salesforce-Node.JS integration, which might help you further with the above issue.

https://medium.com/netscape/first-time-dev-building-a-fullstack-js-app-for-salesforce-with-oauth-login-jsforce-react-redux-ca5962fb7fe3

https://www.npmjs.com/package/node-salesforce

https://inteygrate.com/salesforce-nodejs-integration-with-streaming-api/

https://blog.jeffdouglas.com/2012/04/27/node-js-demo-with-force-com-rest-api-oauth-express/


I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in future.

Thanks and Regards,
Khan Anas