Hi,
I have some alert rules that detect if the temperature of my devices is higher than 40. The alert was sent to a single channel in Slack, but now I need to send the alert of different device to different channel.
For example, there are two devices D01 and D02 are overheated, I need to send the alert to D01-alert-channel and D02-alert-channel correspondingly. How can I achieve this without creating bunch of new apps?
Thank you!