-
Book Overview & Buying
-
Table Of Contents
MuleSoft for Salesforce Developers - Second Edition
By :
In this chapter, we had a look at various types of configuration files in the Mule application.
We created a Mule application using Scheduler, after which we tried to run it. Finally, we tested it using an external Postman application.
We also learned about creating a Mule application using the API specification. We saw how APIkit Router helps create flows automatically and routes the flows into different HTTP methods. We tested methods such as get, put, and post to see the success and failure scenarios.
Additionally, we examined how to use the Object Store Connector in a Mule application, covering operations such as storing and retrieving the key-value pairs.
On completing this chapter, you have an elaborate knowledge of how to build a Mule application using Scheduler, API Specification, and Object Store Connector and should feel confident enough to develop your own Mule application.
In the next chapter, Chapter 9, we’ll explore further different ways...