1
0
Fork 0
golang-github-nicholas-fedo.../docs/services/pushover.md
Daniel Baumann c0c4addb85
Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 10:16:14 +02:00

1.2 KiB

Pushover

URL Format

!!! info "" pushover://shoutrrr:apiToken@userKey/?devices=device1[,device2, ...]

--8<-- "docs/services/pushover/config.md"

Getting the keys from Pushover

At your Pushover dashboard you can view your userKey in the top right.
Screenshot 1

The Name column of the device list is what is used to refer to your devices (device1 etc.) Screenshot 4

At the bottom of the same page there are links your applications, where you can find your apiToken Screenshot 2

The apiToken is displayed at the top of the application page. Screenshot 3

Optional parameters

You can optionally specify the title and priority parameters in the URL:
pushover://shoutrrr:token@userKey/?devices=device&title=Custom+Title&priority=1

!!! note Only supply priority values between -1 and 1, since 2 requires additional parameters that are not supported yet.

Please refer to the Pushover API documentation for more information.