2025-04-29 23:57:24 +02:00

22 lines
823 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Pushover Notification Setup
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 applications 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 accounts 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`