This document describes how to perform CRUD (create, read, update, delete) operations on Salesforce using Mule ESB. It outlines the prerequisites, including Anypoint Studio, a Salesforce developer account, and a security token. It then provides steps to create a Salesforce developer account, generate a security token, create a Mule application with flows to create, read, update, and delete a Salesforce contact using the Salesforce connector. Code examples are provided for Java classes and XML configuration to implement the CRUD operations. The document extracts log output showing the operations were executed successfully.