To get started, go foFile -> New -> Mule Project, and name your project whatever you wish. On the main canvas, drag anHTTP connectorfrom the Mule Palette into the flow. Click on the HTTP listener, and under Con
Search for the “Validate JSON Schema” component in the palette and drop it into the Mule flow after the “Transform to JSON” component. Configure it as shown below to use the JSON schema file – Drag and drop the “JSON to Object” transformer from the Palette into the flow. This...
* @return {object} new date object to write into spreadsheet to confirm email sent */ function sendEmail(recipient,body) { GmailApp.sendEmail( recipient, "Thanks for responding to the questionnaire!", "", { htmlBody: body } ); return new Date(); } The code is here on GitHub. This...