-
-
Notifications
You must be signed in to change notification settings - Fork 440
Notify_pushover
Chris Caron edited this page May 22, 2019
·
16 revisions
- Source: https://pushover.net/
- Icon Support: No
- Message Format: Text
- Message Limit: 512 Characters per message
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,
Valid syntax is as follows:
- pover://{user_key}@{token}
- pover://{user_key}@{token}/{device_id}
- pover://{user_key}@{token}/{device_id1}/{device_id2}/{device_idN}
- pover://{user_key}@{token}?priority={priority}
Variable | Required | Description |
---|---|---|
user_key | Yes | The user key identifier associated with your Pushover account. This is NOT your email address. The key can be acquired from your Pushover dashboard. |
token | Yes | The token associated with your Pushover account. |
device_id | No | The device identifier to send your notification to. By default if one isn't specified then all of devices associated with your account are notified. |
priority | No | Can be low, moderate, normal, high, or emergency; the default is normal if a priority isn't specified. |
Send a Pushover notification to all of our configured devices:
# Assuming our {user_key} is 435jdj3k78435jdj3k78435jdj3k78
# Assuming our {token} is abcdefghijklmnop-abcdefg
apprise pover://435jdj3k78435jdj3k78435jdj3k78@abcdefghijklmnop-abcdefg