Has anyone created a custom notification template easily? I found that RSA forces you to learn another backend language called freemarker in order to accomplish this. The documentation for creating one (link shown below), is not intuitive and doesnt explain the language in enough detail to help a user create a simple notification email/sms. Please advise.
Link : Template Definition - RSA Security Analytics Documentation
there is no easy way on the ESA templates... , you'll have to read a little on freemarker to be familiar with.... here's a link to the documentation, you'll have to understand where are the RSA values are stored and how to use the variables, and a little bit of html doesnt hurt
And then create your own templates, with trial and error.
http://freemarker.org/docs/index.html
Hope this helps