Integrations · Apprise

Apprise notifications on your phone through YouLMK

One Apprise URL puts YouLMK inside everything that speaks Apprise: the command line, the Python library, the Apprise API container, and the tools that bundle it (Uptime Kuma, changedetection.io, Home Assistant, Sonarr, Radarr). YouLMK's own youlmk:// plugin was merged into Apprise on 14 September 2026 and ships with the release after 1.13.1; the JSON line works on every version today.

Apprise's own page was read on 17 September 2026 for every step below. If a menu has moved since, write to hello@youlmk.com and it is corrected the same day.

What Apprise sends

A title, a message and a notification type (info, success, warning, failure). Through the youlmk:// plugin the type becomes the priority (info and success normal, warning and failure high, each changeable, for example ?failure=critical) and ?url=, ?url_label=, ?group= and ?image=yes travel with it. Through the JSON line (jsons://) Apprise posts version, title, message and type, which the webhook door reads the same way.

What arrives in the inbox

Title
The notification's title
Body
The message
Priority
high on failure and warning, normal on info and success; ?priority= forces one, ?failure=critical raises one type
Group
the title, or ?group= with the youlmk:// line
Button
?url=, with ?url_label= as its wording (24 characters)

Set it up

In YouLMK, create a source of type webhook named after the service, and copy its webhook URL: youlmk.com/w/k_7hq2nk3f9qd8w4 with your own key. Then:

  1. On every Apprise today (1.13.1 and older): paste jsons://youlmk.com/w/ followed by your key wherever a tool asks for an Apprise URL. It is your source's webhook URL with jsons:// in place of https://.
  2. From the Apprise release after 1.13.1: youlmk:// followed by your key, or your source's key door pasted as-is (https://youlmk.com/k/ followed by the key), which Apprise recognises on its own. The bearer token works in place of the key.
  3. From a shell: apprise -t "Backup finished" -b "4.2 GB in 3 min 10 s" followed by the URL. Add -n failure for a failure, which arrives at high priority.
  4. Inside a tool that bundles Apprise, the same line goes where it asks for an Apprise URL: Uptime Kuma's Apprise notification type, changedetection.io's Notification URL, Home Assistant's Apprise integration (each page here says which Apprise that tool carries), and the Stateless URLs field of Sonarr's and Radarr's Apprise connection, which talks to an Apprise API server you run (their AppriseSettings.cs, read 17 September 2026).

Make it quiet where it should be

Everything above lands with the source's own rules: its Reach (Silent, Badge, Banner, Break through), whether quiet hours hold it, and grouping of repeats into one card. Set them once on the source, in the app or at app.youlmk.com; the service never has to change. Unknown fields arrive as rows on the card, up to six; the whole request is capped at 8 KB (Webhooks).

Try it

The trial is 10 notifications and 3 watches, no card. Get your key, or read the webhooks reference first.

Source

Apprise's README (the YouLMK row) and apprise/plugins/youlmk.py on master; PyPI for the release (1.13.1, 31 August 2026); Sonarr's and Radarr's Notifications/Apprise/AppriseSettings.cs, read 17 September 2026.