A guide to Exposing REST API from Salesforce
By: Urmila Pawar Why do we need to build an API in Salesforce? We customize and automate the functionality within Salesforce. But what if the external system wants to communicate with Salesforce and utilize these functionalities? In order to solve this barrier we create API, so that the external systems can read data from Salesforce, or write data to Salesforce. API Basics An API is a way to communicate with a component without bothering with its...
read more