on 2022 Jun 18 11:52 AM
Good day,
We are using the SAP RESTful APIs for a good amount of automation, i.e. scheduling complex documents with specific parameters to specific people. However one thing that's missing is formatting the email body as HTML. Since you can do this from the BI Launchpad since 4.3, is it possible to do this via RESTful API?
Example of the destination properties:
{ "destination": { "@keepInstanceInHistory": "true", "useSpecificName": { "@fileExtension": "true", "$": "$SI_NAME" }, "mail": { "from": "noreply@test.ac.za", "to": "testemail@test.ac.za", "subject": "Test Subject", "message": "<div><div>Dear Colleagues,</div>\n<div> </div><div>Please find attached reports etc.</div></div>", "addAttachment": "true" } }}Thanks in advance
Request clarification before answering.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.