How to invoke Salesforce Apex REST using MuleSoft?
Flow: Listener Configuration: Transform Message Configuration: Invoke Apex Rest Method Configuration: Apex Class: @RestResource(urlMapping='/MuleSoft/*') global with sharing class MuleSoftHandler { @HttpPost global static String callEmail( String msgbody, String subject ) ....