Pushover
@dismal_swamper/pushoverv2026.09.19.1
01README
Send push notifications via the Pushover API
02Models
@dismal_swamper/pushoverv2026.08.10.1pushover.ts
fn send(apiToken: string, userKey: string, message: string, title?: string, priority?: string)
Send a notification via Pushover
| Argument | Type | Description |
|---|---|---|
| apiToken | string | Pushover application API token (from vault) |
| userKey | string | Pushover user key (from vault) |
| message | string | Notification message body |
| title? | string | Notification title |
| priority? | string | Notification priority (-2 to 2) |
Resources
result(7d)— Result of the Pushover send operation
03Stats
A
100 / 100
Downloads
0
Archive size
3.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels