Skip to main content

Ntfy Notify

@mgreten/ntfy-notifyv2026.05.20.2· 1d agoMODELS
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.

02Models1
@mgreten/ntfy-notifyv2026.05.20.2ntfy_notify.ts

Global Arguments

ArgumentTypeDescription
ntfyUrlstring
defaultTopicstringNTFY 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
ArgumentTypeDescription
topic?stringNTFY topic (defaults to globalArgs.defaultTopic)
titlestringNotification title
messagestringNotification body message
priority?numberPriority 1 (min) to 5 (max)
tags?arrayOptional emoji/tag strings

Resources

notification(7d)— Record of a sent NTFY notification
03Previous Versions2
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