Pushover
Send push notifications to iOS, Android, and desktop via Pushover.
URL format
| Segment | Required | Description |
|---|---|---|
user_key | Yes | Your 30-character Pushover user key |
api_token | Yes | 30-character API token from your Pushover application |
device | No | Target a specific device by name (blank = all devices) |
Example
Finding your credentials
User key
- Sign in at pushover.net.
- Your User Key is displayed on the main dashboard (top right).
API token
- Go to pushover.net/apps/build.
- Fill in the application name and agree to the terms.
- Click Create Application.
- Copy the API Token/Key from the application page.
Quirks & limitations
- Both keys are exactly 30 characters — validation will reject shorter/longer values.
- Pushover has a free tier with 10,000 messages/month per application.
-
The
typefield maps to Pushover priority:failure→ high priority (1),warning→ normal (0), others → normal (0).