Ntfy Notify
@mgreten/ntfy-notifyv2026.05.20.2
01README
Send push notifications via ntfy.sh (self-hosted or public). A single focused model with one method: send a notification with title, message, priority, and optional emoji tags. Works with the free ntfy.sh service or any self-hosted ntfy instance.
02Models
@mgreten/ntfy-notifyv2026.05.20.2ntfy_notify.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| ntfyUrl | string | |
| defaultTopic | string | NTFY topic to send to (e.g. 'my-alerts') |
fn send(topic?: string, title: string, message: string, priority?: number, tags?: array)
Send a notification to NTFY via HTTP POST
| Argument | Type | Description |
|---|---|---|
| topic? | string | NTFY topic (defaults to globalArgs.defaultTopic) |
| title | string | Notification title |
| message | string | Notification body message |
| priority? | number | Priority 1 (min) to 5 (max) |
| tags? | array | Optional emoji/tag strings |
Resources
notification(7d)— Record of a sent NTFY notification
03Previous Versions
2026.05.20.1May 20, 2026
2026.05.19.1May 19, 2026
Initial release: send push notifications via ntfy.sh with a single method.
04Stats
A
100 / 100
Downloads
8
Archive size
4.6 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms