Integrations · changedetection.io

changedetection.io alerts on your phone

A push when a watched page changes, from changedetection.io's notifications through Apprise: the JSON line today, YouLMK's own youlmk:// line once changedetection.io carries the Apprise release that has it.

changedetection.io'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 changedetection.io sends

Through Apprise: the title, the message with what changed, and the type (info, success, warning, failure). changedetection.io bundles Apprise 1.13.1 (its requirements file, read 17 September 2026), so the JSON line is the one that works there today.

What arrives in the inbox

Title
The notification's title
Body
The message
Priority
high when the type is failure or warning, normal otherwise
Group
the title

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. In changedetection.io, open the watch's Notifications tab (or the global settings' Notifications) and add a Notification URL.
  2. Paste jsons://youlmk.com/w/ followed by your key (the Apprise JSON plugin, which posts JSON to that address).
  3. Send a test notification; it lands as a card with the title and the change.
  4. Once changedetection.io ships with an Apprise newer than 1.13.1, the shorter line youlmk:// followed by your key works too, and takes ?failure=critical, ?url= and ?group= (the Apprise page has every option).

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 JSON plugin (apprise/plugins/custom_json.py), changedetection.io's requirements.txt (apprise==1.13.1) and its README on Apprise, read 17 September 2026.