Activity Forums Salesforce® Discussions What is call in and call out in Salesforce?

  • Deepak

    Member
    June 1, 2020 at 5:55 AM

    In Salesforce a ‘callout’ is any https call that accesses an external URL i.e. some other webservice or website. A ‘callin’ would be the opposite i.e. some external web service or application using the Salesforce API to access Salesforce data

  • [adinserter block='9']
  • Ratnesh

    Member
    June 1, 2020 at 6:39 AM

    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.