mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
Updated Notify_pushover (markdown)
parent
963e2a2a34
commit
ba008443fd
@ -6,7 +6,12 @@
|
||||
|
||||
There isn't too much configuration for Pushover 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.
|
||||
|
||||
By default,
|
||||
### Getting Your User Key
|
||||
Once you log into [the website](https://pushover.net/), your dashboard will present your **{user_key}** in front of you.
|
||||
|
||||
### Getting Your API Token
|
||||
On the dashboard after logging in, if you scroll down you'll have the ability to generate an application. Upon doing so, you will be provided an API Token to associate with this application you generated. This will become your **{token}**.
|
||||
|
||||
### Syntax
|
||||
Valid syntax is as follows:
|
||||
* **pover**://**{user_key}**@**{token}**
|
||||
|
Loading…
Reference in New Issue
Block a user