cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Schedule report via RESTful with HTML as email body

0 Kudos
490

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

Accepted Solutions (0)

Answers (0)