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
SArorasSAroras 

How to Call API in Salesforce

Hi All,

This is my first time doing the API integration with Salesforce.

We need to use third party application API and call it into Salesforce. How to do I start. API's SDK are available in  Java, .NET, Node.JS languages .

Application name whose API we need to use is Whispir.

Is it possible to do this. Please advise.
VinayVinay (Salesforce Developers) 
Hi Arora,

Yes you can to API integration, but again it depends on the framework you use and compatible API's.  You can use SOAP, REST, Connected apps etc., to make an API call.

I would recommend you to review below articles that can help you.

https://developer.salesforce.com/developer-centers/integration-apis/
https://trailhead.salesforce.com/content/learn/modules/api_basics
https://medium.com/@MicroPyramid/rest-api-integration-in-salesforce-6fccca31679

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,