Hi,
I'd like to be able to put a unique identifier into the text of an email action from an advanced alert (either alert or reset), preferably the AlertID for the current alert from the dbo.ActiveAlerts table. Is that possible? I can't really select with an SQL query, because I don't have anything for the WHERE clause.
The end goal is to send an alert to a ticketing system, and have logic on the ticketing system's side to know if the alert needs to go in a new ticket, append and old ticket, or in the case of a reset, close the ticket automaticlly. But I need something in the alerts to key on in the ticketing system.
Anyone got a clue to spare?