2017-08-16 10:43 AM
Hello
Can anyone help define a custom Email Subject Template under Administration -> System -> Global Notifications -> "Define Email Notification"
I would like to include a few meta keys in my subject line but cant find the syntax on how to do this.
I have looked in the System Maintenance Guide an it says
"
Note: To provide a custom subject, please refer to Include the Default Email
Subject Line topic in the System Maintenance Guide."
However I couldn't find this topic in the System maintenance guide!
2017-08-16 10:49 AM
I am trying the following:
No Logs from Device in 100 mins from ${events[0].device_name} Device Type: ${events[0].device_type}
2017-08-16 10:49 AM
I am trying the following:
No Logs from Device in 100 mins from ${events[0].device_name} Device Type: ${events[0].device_type}
2017-08-17 05:24 AM
I tried the above and it worked.
2018-01-24 04:34 AM
Is it possible to add alert time to subject? I have tried ${events[0].time} which gives 1516706267. Hence, I tried Freemarker format, ${events[0].time?datetime} or ${events[0].time.datetime}, neither works. Any suggestions?