Since the re-factor of SendEmail endpoints into 1.core, the /rest/sendEmail endpoint now expects a list of required request parameters as GET parameters in the url. To make this endpoint easier to use/one-touch json-payloaded call, rather then a very manual and hacky process in the front-end of converting what should be a json-ball of attributes into a url-encoded GET string. see thi snippet:
Since the re-factor of SendEmail endpoints into 1.core, the /rest/sendEmail endpoint now expects a list of required request parameters as GET parameters in the url. To make this endpoint easier to use/one-touch json-payloaded call, rather then a very manual and hacky process in the front-end of converting what should be a json-ball of attributes into a url-encoded GET string. see thi snippet: