Event Aggregate Value
Can you provide a list of all the event aggregate properties that are available to use in the email notifications for an event:
I have end email notification template setup like this:
"Allen Plant Canary Historian {{EventTypeName}} has ended at {{EventEndTime}} and lasted {{time}} minutes.
- Note: time is a calculated event property I setup to convert EventDuration from milliseconds to min
But the email is not pulling in the end datetime?
"Allen Plant Canary Historian Event - Title V Tag - Bad Quality Data - TEBB2495 has ended at {{EventEndTime}} and lasted 0.29 minutes."
2 replies
-
Hi ,
Currently, there is no EventEndTime parameter. I have made a request to add such parameter as others have asked for this too, but I can't say if/when it will be implemented.
On a related note, there is a work item to include time functions within calcs so you may be able to create a variable as you did with "time" to return the date/time of the event conclusion. I'm not sure when this will be available yet, but it's not just a request. There are plans to develop it.
The available parameters are EventTypeName, EventStartTime, EventAssetPath, EventDescription, and EventDuration. -
Thank you for the feedback and follow up!