[Closed] Pushover sounds in MSR
-
To anyone using Pushover who has added Custom sounds to your Pushover account: how did you get them to appear in the sounds dropdown in MSR?
@toggledbits in reading thru the API docs for Pushover, I see where https://api.pushover.net/1/sounds.json?token=<MyTokenHere> brings in this list of available sounds:
{ "sounds": { "car_rev": "Car engine revving", "pushover": "Pushover (default)", "bike": "Bike", "bugle": "Bugle", "cashregister": "Cash Register", "classical": "Classical", "cosmic": "Cosmic", "falling": "Falling", "gamelan": "Gamelan", "incoming": "Incoming", "intermission": "Intermission", "magic": "Magic", "mechanical": "Mechanical", "pianobar": "Piano Bar", "siren": "Siren", "spacealarm": "Space Alarm", "tugboat": "Tug Boat", "alien": "Alien Alarm (long)", "climb": "Climb (long)", "persistent": "Persistent (long)", "echo": "Pushover Echo (long)", "updown": "Up Down (long)", "vibrate": "Vibrate Only", "none": "None (silent)" }, "status": 1, "request": "425dfd67-b54e-4185-a937-bb28befaaf03" }
However, my MSR dropdown only shows the Pushover-provided sounds:
I'm using the MSR Pushover config. Is there something in the API call that isn't picking up the
sounds
parameter, perhaps? -
Currently there is no way for a notification plugin to dynamically pull in outside data for any purpose. This would be a big architectural change for those plugins, and not something I have the time to ponder and implement right now or even before the end of this summer. I'm having a very busy year. You can open a feature request for it in Mantis if you wish.
The workaround would be to use an HTTP Request action to make the same Pushover API call that the notification plugin makes, with whatever sound choice you want.
-
Currently there is no way for a notification plugin to dynamically pull in outside data for any purpose. This would be a big architectural change for those plugins, and not something I have the time to ponder and implement right now or even before the end of this summer. I'm having a very busy year. You can open a feature request for it in Mantis if you wish.
The workaround would be to use an HTTP Request action to make the same Pushover API call that the notification plugin makes, with whatever sound choice you want.
@toggledbits That's on par with what I was thinking - no worries, I'll look at making the call as part of the ruleset.
Thanks!
-
T toggledbits locked this topic on