How do I send a notification to my phone from Make (Integromat)?
Add one HTTP module that POSTs to Lert. Download the app, copy your link, and point Make's HTTP → Make a request module at it with a title and body — your phone buzzes in about a second. No account, no API keys, no SDK.
Make (formerly Integromat) has a built-in HTTP module, and that's the entire integration. Because your Lert link is the credential, there's no connection to authorize, no keychain entry, and no app-specific module to search for. You add one HTTP module to the end of any scenario and you're done.
The entire setup — under 30 seconds
- Download the app. Open it once. There's no account to create, and your private link is waiting on screen.
- Copy your link. One tap copies something like
https://lert.dev/p/your-id. - Add an HTTP module. Choose HTTP → Make a request, set the method to POST, and send a JSON body with
titleandbody.
Then your phone buzzes — instantly, even locked in your pocket.
How to configure the module
# URL https://lert.dev/p/your-id # Method POST # Body type Raw # Content type JSON (application/json) # Request content { "title": "Scenario finished", "body": "Processed {{1.name}}", "tag": "make" }
Map earlier module outputs like {{1.name}} straight into the body to include live data. Leave credentials empty — there's nothing to authenticate. Connect the module after any trigger or router and it fires a push the moment it runs.
Why it's this simple: most notification apps in Make want a connection you have to authorize first. Lert is just a URL, so the HTTP module is the whole thing — no connection, no token, nothing to renew.
Related things people automate
- The same thing in n8n
- The same thing in Zapier
- Get pinged when a price hits a target
- Uptime and downtime alerts
- Notify when a scheduled job runs
It's free for one channel and 50 notifications a day; Lert Pro is $2.99/month for unlimited. See the docs for the full API, or the answers index for more recipes.
Send your first one in 30 seconds.
Download Lert, copy your link, POST to it. Your phone buzzes.