Hello,
I have set up a Webhook to receive Grafana alert notification. The alert payload I am receiving looks like the one from Grafana’s webhook documentation
My question is how do we uniquely identify a rule based on info in this payload? I am thinking about “ruleId” but I am not sure if ruleId stays the same forever for a rule after it is created.
Can someone confirm if ruleId stays the same after rule creation?
If not, then which field in the payload should I use instead to uniquely identify a rule?
Thanks