We have a lookup table that contains IDs for specific devices grouped by location IDs. This has been working great for emailing alerts when specific thresholds trigger alerts.
However we want to be able to trigger sms messages when an alert for a individual location ID takes place.
We find that we can set this up with the TWILLIO alert action but we can only specify one phone number.
Is there a way to do this using VictorOps, Twillio or is a modular script the best method?
Try using sendalert command:
| sendalert <twillio/find right name for your alert action from alert_actions.conf file> <other arguments>
If you want to map with lookup and send message to specific contacts then you can use similar logic as you used to with email or something similar to below.
I hope this helps!!!