Hello there!
In Alert Notifications With Notification Type “email-notification-v1” I had a Email Body area.
There I cant see something like this:
Message: ${event.message}
If i use agreggation var in Event Definitions like “user” and use a “rule” with “count()” > 0
Then the ${event.message} will see as “Event Name: john - count() = 100” If has 100 result on trigger.
Can I get only the “count()” value as a template? like: {event.message.count()} or {event.message.numberOfResults}
Thank you!