Fragments in RAML Data Types Type: number External Datatype file #%RAML 1.0 DataType Main RAML file: types: name: !include /DataTypes/nameDataType.raml /students: get: queryParameters: name: required: true responses: 200: body: application/json: example: !include Examples/getStudentsResponse.json In the main RAML file, we’ll create a placeholder and we’ll make of that placeholder to refer […]
Pre-requisites Anypoint Studio: Database: Choice Router In MuleSoft *Note: First we’ll check whether that particular record is present in the DB, if it is there then we’ll update the record, else we’ll insert the record. Steps: 2. Following the addition of the listener component, include two loggers to mark the beginning and the end of […]
Overview: Steps: 2. Then, mock the API and publish it to Anypoint exchange. 3. Next, create a new Mule project and generate its scaffold structure using the API specification published in Exchange. 4. Next, we’ll be adding two loggers to mark the beginning and the end of the flow. By logging the message “Start of […]
Introduction Pre-requisites Scheduler and Cron Expression * * * * * * * 1st 2nd 3rd 4th 5th 6th 7th Steps: If we want to achieve the same thing using cron expression, then we need to specify time as in, at what time the scheduler should trigger. For this instance, we’ll consider it as midnight […]
Introduction Pre-requisites How to Send Alerts Using the Create Notification Feature Steps: 2. Following the addition of the Listener, include two loggers to mark the beginning and the end of the flow. By logging the message as “Start of flow” ++ (flow.name as String), in expression mode. 3. Then we need to add an Is […]
Pre-requisites Any point Studio: Salesforce: Database: Scatter-Gather Router Steps: 2. Following the addition of the listener component, include two loggers to mark the beginning and the end of the flow. By logging the message “Start of flow” ++ (flow.name as String), in expression mode. 3. Now we’ll add read component by configure the connector configuration […]
Introduction Pre-requisites Implementing Basic Authentication and JSON Threat Protection in MuleSoft Steps: 2. Next, we’ll publish the API specification to exchange. 3. Then we will create a new Mule project and scaffold it. 4. Next, we will add 2 loggers which determines the start and end of flow. 5. Then we’ll create a new mule […]
Pre-requisites Upsert Operation in Salesforce Steps: 1.To begin, a new Mule project needs to be created. Then, a file component should be dragged and dropped into the project for the On New or Updated File. Configure the directory, set the matcher to edit inline, and specify the filename as name_of_file.csv. to trigger the flow. 2.Following […]
Pre-requisites Salesforce: We need to have Salesforce developer account. Create a Salesforce custom object with some fields, as per the requirement. Click on Create in the home section, which is on the right-hand side. Then click on custom object, then fill in the name of the custom object. Then click on fields and relationship, then […]