How do I get notified when someone submits my form?
Have your form handler POST to Lert. Copy your link, add one request to your submit handler (or paste it into your form tool's webhook field), and your iPhone buzzes on every submission. No account, no API key, no SDK.
Email notifications for form submissions are easy to miss — they land in a crowded inbox and you find out hours later. A push straight to your phone is immediate. With Lert, wherever your form is handled — your own backend, a serverless function, or a form service with a webhook — you add one POST and you're done.
Set it up in under 30 seconds
- Download the app and copy your link — no account needed.
- Find where your form is handled — your submit route, or the webhook field in a tool like Formspree, Typeform, or Tally.
- POST to your link after a successful submission, with the details you care about.
One line in your submit handler
requests.post("https://lert.dev/p/your-id", json={ "title": "New lead", "body": f"{name} — {email}" })
Using a no-code form tool? Add a webhook (or a Zapier / Make step) that POSTs to your Lert link — many let you paste the URL directly, so you never touch code at all. Include the fields you want in the message body.
Why it beats email alerts: it's instant, it reaches your lock screen even when the app is closed, and there's no inbox to dig through. One link handles contact forms, lead forms, waitlists, and support requests alike.
Related things people ask
- Get notified when an order comes in
- Send a push notification with just a URL
- Instant notification on my phone from code
- Send a notification without an SDK
- Push notification in one line of code
See it in action for form submissions, new sales, and deploys, or read the curl guide and the docs.
Free covers one channel and 50 notifications a day; Lert Pro is $2.99/month for unlimited.
Send your first one in 30 seconds.
Download Lert, copy your link, POST to it. Your iPhone buzzes.