A phone notification from any Make scenario
One HTTP module at the end of a scenario sends a push with the fields you map, with the source's rules.
Make'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 Make sends
Whatever the request's body says: a title and a body at least, any other field as a row on the card.
What arrives in the inbox
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:
- In the scenario, add the HTTP module and choose Make a request.
- Paste your source's webhook URL from YouLMK as the URL and set the method to POST.
- Set the body content type to JSON and write the body: {"title": ..., "body": ...} with the scenario's values mapped in.
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
apps.make.com/http, Make a request, read 12 September 2026.