Hi,
Is there a way to set the pushover message priority in webCoRE when I want to send a device or push notification? Thanks in advance for the help...
Hi,
Is there a way to set the pushover message priority in webCoRE when I want to send a device or push notification? Thanks in advance for the help...
Not with the built in driver but if you use this pushover driver you can set priority and select the sound.
You can set a message priority and sounds in webCoRE by using a web request.
Here is an example from WebCore
There are better instructions on the Pushover website with other options available.
Thanks to both for each option as this opens up new ideas for me.
Looks like within the pushover message composed, I can add the appropriate priority parameter as noted in this post: Pushover Notifications Driver [Slightly Enhanced]
QUOTE From Post:
Prefixes
[S] - Lowest Priority (only available in custom community driver v20221204)
[L] - Low
[N] - Normal
[H] - High
E.g.. Message "[H]This is a test" will send "This is a test" with High Priority to your mobile app.
[E] prefix is now used for emergency notifications and requires the following parameters
retry - how often to resend notification until it is acknowledged (in seconds with a minimum of 30 seconds)
expire - timeout for resending notifications if they are never acknowledged (in seconds with a maximum of 10800)
Actually Emergency is included in the stock driver. From v1.1.2 release notes:
@bertabcd1234 you might consider updating Docs page on Pushover with this information. Here is the original feature request:
Ah. I stand corrected. I haven’t used the built in drive in a very long time so I wasn’t aware of the update. Thanks for the correction.