I have custom properties set up on each node for City, State, and Time Zone.
I have a trigger Monitoring a Group and executing when a the status of a member is down
In the trigger actions, I want an email to be sent and formatted with variables from the Group properties as well as Node properties.
These Group variables are working in the email:
Connectivity to ${GroupMemberName} went down at ${AlertTriggerTime}
How do I include property values from the Nodes?
I tried ${Node.City} and ${City} but all that is displayed in the email is ${Node.City} and ${City}