Integrations · Netlify

Netlify deploy notifications on your phone

A push when a deploy succeeds or fails, or when a previously failing deploy recovers, with the site one tap away.

Netlify'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 Netlify sends

One deploy event per notification you add: started, succeeded, failed, locked, unlocked, and the rest; the body is the deploy object.

What arrives in the inbox

Title
The site's name (the deploy object's name)
Priority
normal; add a second notification for Deploy failed on a second source with Reach set louder
Group
the deploy's state
Button
The deploy's URL

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 Netlify, open the project, then Project configuration, then Notifications, then Deploy notifications.
  2. Click Add notification and choose HTTP POST request.
  3. Choose the event to listen for (Deploy failed first, then Deploy succeeded as a second notification if you want both).
  4. Paste your source's webhook URL from YouLMK as the URL to notify. The JWS secret token can stay empty.

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

docs.netlify.com, Deploy notifications, read 12 September 2026.