From c853da9d503c3a29ccc2f81031d1646fdeafbe40 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Tue, 29 Apr 2025 23:57:24 +0200 Subject: [PATCH] Pushover docs --- docs/notifications/Pushover.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/docs/notifications/Pushover.md b/docs/notifications/Pushover.md index b6c05d3..3e99edb 100644 --- a/docs/notifications/Pushover.md +++ b/docs/notifications/Pushover.md @@ -1,3 +1,22 @@ -# Pushover +# Pushover Notification Setup -![Set up](../assets/screenshots/notifications_pushover.png) \ No newline at end of file +To enable Pushover notifications, you need the following: + +- **Pushover URL** + The API endpoint for sending messages: + `https://api.pushover.net/1/messages.json` + +- **Pushover Token** + Your application’s API token (generated in your Pushover dashboard) + +- **Pushover User Key** + The user key or group key of the recipient (found in your Pushover account) + +## How to get the URL, Token, and User Key + +1. **Sign up or log in** at the Pushover website. +2. **Create a new application** under “Your Applications.” + - You will receive your **Pushover Token** here. +3. **Locate your User Key** on your account’s main page. + - If you want to notify a group, create or use an existing **Group Key** instead. +4. **Use the API URL** `https://api.pushover.net/1/messages.json` \ No newline at end of file