A phone notification from any n8n workflow
One HTTP Request node at the end of a workflow sends a push with the fields you map, with the source's rules. A YouLMK node (n8n-nodes-youlmk) is on GitHub and reaches npm with its first release.
n8n'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 n8n sends
Whatever the node'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 workflow, add an HTTP Request node.
- Set Method to POST and paste your source's webhook URL from YouLMK as the URL.
- Turn Send Body on, set Body Content Type to JSON, and add the fields title and body (Using Fields Below), or paste the JSON.
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.n8n.io, the HTTP Request node, read 12 September 2026.