

Salesforce integration Inserting new contact records to Salesforce using Mule4.
Adding the records bypassing all the Validations.
Create a mule4 flow to connect to Salesforce for inserting contact records.
The mule runtime engine is a lightweight integration engine that runs Mule applications and supports domains and policies. Mule applications, domains, and policies share an XML DSL (domain-specific language).
Mule applications connect systems, services, APIs, and devices using API-led connectivity instead of point-to-point integrations. Mule applications provide functionality for message routing, data mapping, orchestration, reliability, security, and scalability.



Once the build and deployment are successful:
Send the request through postman by giving the necessary host, protocol, and endpoint details which are provided in the HTTP listener.
If the response status is 200OK the data will be consumed and added to the Queue/Topic successfully.
Records can be added to Salesforce efficiently.
Using this way we can connect to Salesforce easily and insert records to the objects in Salesforce Integration through Mule 4.