Neon Postgres notifications on your phone
Neon has no outgoing webhooks for a project; here is what works instead: a line in the job that runs your migrations, the GitHub Action, and a watch on your own health URL.
Neon's own page was read on 12 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 Neon sends
Nothing on its own: Neon's docs, read on 12 September 2026, describe pg_notify, event triggers and its GitHub integration, and no dashboard webhook for branch or compute events.
What arrives in the inbox
What works instead
- After the migration or the branch step in your script or CI: curl -s youlmk.com/w/<your key> -d '{"title": "migrations applied"}', and a high-priority one when it fails.
- If it runs in GitHub Actions, the YouLMK notify action as the last step, with if: failure() for the failures.
- For the database's health, a YouLMK watch on an endpoint of yours that queries it: "tell me when api.example.com/health stops returning 200".
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
neon.com/docs, searched for outgoing webhooks, read 12 September 2026.