Activity Forums Salesforce® Discussions What is Call In and Call Out in Salesforce?

  • Deepak

    Member
    October 27, 2020 at 3:47 pm

    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.

  • Anjali

    Member
    October 28, 2020 at 12:05 pm

    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).

  • Anuj

    Member
    October 28, 2020 at 2:18 pm

    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.

Popular Salesforce Blogs

Popular Salesforce Videos