In this blog, we are going to discuss about how we can connect MuleSoft with Salesforce Environment and creates the records on it. pre-requisite :- 1) Anypoint platform - (https://anypoint.mulesoft.com/login/signin) -> Sign in -> Anypoint studio(Download). 2) Java 8 -> (https://www.oracle.com/in/java/technologies/javase/javase8-archive-downloads.html) 3)Salesforce environment -> (https://login.salesforce.com) Steps :- 1) Go to AnyPoint platform -> File -> New -> Mule Project. 2) Give the mulesoft project name and click on Finish. 3)On the left hand side you can see your project under package explorer. 4)Now, you are seeing "To get started, drag an operation or scope from mule palette". Now to get started we have to pull one component from mule palette(Which is on the right hand side of the main screen) and drop into the main screen. 5)For us, you have to drag "Listner(HTTP)" component from the mule palette and drop into the main screen. 6)Now ...