Happy 2018 everyone.
So we want to implement a large number of alarms. Obviously each alarm will have its own trigger, but the response should be pretty well identical in all cases - send an email to one team, activate a sound, if there's no response within 15 minutes escalate it to a second team.
Rather than do this via a GUI one alarm at a time, is there way of setting the response up programatically through an API?
Cheers
James