Connecting Salesforce with MuleSoft
To Connect Salesforce with MuleSoft first you need to create an account on salesforce.com
Step 1: To create account on salesforce go to developer.salesforce.com and sign up by providing you basic details.

Step 2: Reset Security Token. After sign up, login your account by providing username and password. On home page click on your profile and go to setting tab to reset security token. Go to Personal Tab and select "Reset My Security Token." You will get the security token in the registered mail id.


Step 3: Create a new project in Anypoint studio. Here we will use salesforce query operation to fetch record from Account object. Go to File->New->Mule Project and give the project a name. Click Finish.

Step 4: Drag listener, do listener configuration and provide path for listener

Drag query operation to flow, do salesforce connector configuration. In salesforce connector configuration select authentication method for connection, provide username, password and security token and test connection. Now write salesforce query in salesforce query section.

Step 5: Add transform message to flow and write dataweave expression to display output.

Save and Run project

Step 6: Send request from postman and you will get output payload.

