Activity › Forums › Salesforce® Discussions › What is Call In and Call Out in Salesforce?
-
What is Call In and Call Out in Salesforce?
Posted by Shweta on October 27, 2020 at 3:36 PMWhat is Call In and Call Out in Salesforce?
Anuj replied 5 years, 7 months ago 4 Members · 3 Replies -
3 Replies
-
A ‘callout’ is any https call that accesses an external URL i.e. some other webservice or website. While ‘callin’ would be the opposite i.e some external web service or application using the Salesforce API to access Salesforce data.
- [adinserter block='9']
-
An Apex callout enables you to tightly integrate your Apex with an external service by making a call to an external Web service or sending a HTTP request from Apex code and then receiving the response. Apex provides integration with Web services that utilize SOAP and WSDL, or HTTP services (RESTful services).
-
An Apex callout enables you to tightly integrate your Apex with an external service by making a call to an external Web service or sending a HTTP request from Apex code and then receiving the response. Apex provides integration with Web services that utilize SOAP and WSDL, or HTTP services (RESTful services).
Log In to reply.