Any way to have one Escalation Chain send emails to different people for different resources?
Hi,
I'm starting to play a bit with Token and how they can be used in Alerting. We have Integrations setup with Zendesk for routing tickets to different teams. Currently, we have about 15-20 integrations because we have one for every team/queue in Zendesk. The ticket is routed by specifying a different group_id in the ticket data that gets sent over. However, I realized that I can trim this down to just one Integration by creating a Property on each Resource or Group in LM that can contain the group_id for that device. I can then pass that through by using ##mygroupid## to the shared Integration instead of having to make a new integration every time we want to send a ticket to a new team.
Hopefully that made sense.
Anyway, we also have some Escalation chains that send an email along with a ticket. The email is part of the EC while the ticket is part of the Integration. I was hoping I could also create a property for email address and use that in the EC, but I don't see any way to use a token in an EC.
I was hoping to do something like:
- Server1 - mygroupid:12345, myemail:bob@company.com
- Server2 - mygroupid:67890, myemail:sam@company.com
If I could tell the EC to send an email to ##myemail## and then the Integration to use group_id ##mygroupid##, I could do almost everything just with one EC. Anyone know if anything like that is possible somehow?