Updated Notify_pushsafer (markdown)

master
Chris Caron 2019-12-08 20:33:42 -05:00
parent 7b2a68277f
commit 5a37810815
1 changed files with 2 additions and 2 deletions

@ -4,7 +4,7 @@
* **Message Format**: Text * **Message Format**: Text
* **Message Limit**: 32768 Characters per message * **Message Limit**: 32768 Characters per message
There isn't too much effort requires to use PushSafer notifications. The message is basically just passed to your online Pushover account and then gets relayed to your device(s) you've setup from there. There isn't too much effort requires to use PushSafer notifications. The message is basically just passed to your online PushSafer account and then gets relayed to your device(s) you've setup from there.
### Getting Your Private Key ### Getting Your Private Key
Once you log into their official [website](https://www.pushsafer.com/), you can find the **{private_key}** on your [dashboard](https://www.pushsafer.com/dashboard/). Once you log into their official [website](https://www.pushsafer.com/), you can find the **{private_key}** on your [dashboard](https://www.pushsafer.com/dashboard/).
@ -43,5 +43,5 @@ Send a PushSafer notification with the Emergency Priority:
# Emergency priority advises you to also specify the expire and # Emergency priority advises you to also specify the expire and
# retry values. # retry values.
# Assuming our {user_key} is 435jdj3k78435jdj3k78435jdj3k78 # Assuming our {user_key} is 435jdj3k78435jdj3k78435jdj3k78
apprise pover://435jdj3k78435jdj3k78435jdj3k78?priority=emergency apprise psafers://435jdj3k78435jdj3k78435jdj3k78?priority=emergency
``` ```