Episodes

  • Salesforce External API Callout Requirements
    Jun 19 2025

    This episode outlines the essential requirements for Salesforce to securely communicate with external systems through API callouts. It highlights the critical need for authorisation, which verifies Salesforce's permission to access external data, typically through methods like API keys or the more secure OAuth 2.0. The episode also stresses the importance of specifying the correct API endpoint details, acting as the precise address for the external service, and selecting the appropriate request method (HTTP Verb), such as GET for retrieving or POST for creating data, to define the intended action. Furthermore, it covers the inclusion of a request body for sending data, the necessity of understanding the expected response from the external system for proper data handling and error management, and finally, the Salesforce-specific security configuration of Remote Site Settings or Named Credentials to permit outbound connections.

    Show more Show less
    22 mins
  • API's Role in Salesforce Integrations: Inbound & Outbound
    Jun 19 2025

    An Application Programming Interface (API) acts as a digital messenger, enabling different software applications to communicate and share data. The fundamental principle of API interaction is that the system offering a service must provide the API, which the calling system then uses to make requests. For instance, in an inbound integration where data enters Salesforce, Salesforce provides the API because it is offering the service of data storage. Conversely, in an outbound integration where Salesforce sends data to another system, the external system provides the API, as it is the one offering the service to receive and process that data.

    Show more Show less
    11 mins
  • WSDL in Salesforce: Enterprise vs. Partner Types
    Jun 18 2025

    This episode explains Web Services Description Language (WSDL) within the context of Salesforce's SOAP API, detailing its function as an instruction manual for web service communication. It highlights the existence of two distinct types of WSDL offered by Salesforce: Enterprise WSDL and Partner WSDL.

    Show more Show less
    10 mins
  • REST and SOAP APIs in Salesforce Integration
    Jun 18 2025

    Let's break down REST and SOAP APIs in a simple, easy-to-understand way, and then see how they work with Salesforce using real-life examples.


    Show more Show less
    11 mins
  • Salesforce Integration: Unifying Business Systems
    Jun 18 2025

    Salesforce integration is the process of connecting your Salesforce CRM platform with other applications and systems. This creates a unified ecosystem where data flows seamlessly between platforms, eliminating information silos and automating business processes. By integrating Salesforce, organizations can gain a complete 360-degree view of their customers, enhance operational efficiency, and drive more informed business decisions.

    Show more Show less
    5 mins