

Everything you need to send, receive and manage your notifications. Start here.

You want a real push notification on your Android phone when something happens, but you do not want to build an app, set up Firebase Cloud Messaging, or run a server. Here are the honest options, and the shortest one.

You want a real push notification on your iPhone when something happens, but you do not want to build an iOS app, set up APNs, or manage certificates. Here are the honest options, and the shortest one.

You do not need Firebase to send push notifications. Here is the shortest path to a real notification on your phone: one HTTP request to a hook URL. Free.

Turn any webhook into a native push notification on your phone. Point the webhook at your Hook.Notifier URL and you get notified. No app, no Firebase. Free.

Send a native push notification to your phone from a single curl command. Point curl at your Hook.Notifier URL. No app, no Firebase, no dev account. Free.

The simplest way to send yourself a native push notification when something happens. One HTTP request, no app to build, no Firebase, no backend. Free.

Turn any Make scenario into a push notification on your phone. Add an HTTP module pointing at your Hook.Notifier URL. No code, no backend. Free.

Get a real push notification the moment someone submits your form. Works with Google Forms, Typeform, Tally and any form that sends a webhook. Free.

Get a real push notification the moment a GitHub Actions build fails or a pull request opens. One webhook, no app to build, no backend. Free.

Get a real push notification the moment a new order comes in on your store. Works with Shopify, WooCommerce and any store that sends a webhook. Free.

Get a push notification the moment a Stripe payment fails or a new one comes in. Point a Stripe webhook at your Hook.Notifier URL. No app, no backend. Free.

Get a push notification the moment Sentry catches a new error in production. Send Sentry alerts to your Hook.Notifier URL with a webhook. Free.

Get a real push notification on your phone the moment a new user signs up. One webhook, no app to build, no backend. Works with any auth provider. Free.

Send Grafana alerts to your phone as native push notifications. Add a webhook contact point pointing at your Hook.Notifier URL. No paid plan. Free.

Send Uptime Kuma alerts to your phone as native push notifications. Add a webhook notification pointing at your Hook.Notifier URL. No extra app. Free.

Send yourself a native push notification from an n8n workflow. Add an HTTP Request node pointing at your Hook.Notifier URL. No app to build. Free.

Get a real push notification the moment a row is inserted in your Supabase database. A database webhook to your Hook.Notifier URL. No backend. Free.

Get a push notification the moment someone logs into your server over SSH. A few lines in one file plus your Hook.Notifier URL. No agent, no service. Free.

Get a push notification when a cron job finishes, or only when it fails. Add one line to the end of your script and call your Hook.Notifier URL. No agent. Free.

Get a push notification the moment a Docker container stops or restarts. A short script watches Docker events and calls your Hook.Notifier URL. Free.

Get a push notification on your phone when a long-running terminal command finishes. Chain a curl to your Hook.Notifier URL. Walk away, get pinged. Free.

Get a push notification before a server fills its disk. A short cron script checks free space and calls your Hook.Notifier URL when it crosses a threshold. Free.

Get a push notification the moment a systemd service fails. Add an OnFailure hook that calls your Hook.Notifier URL. No agent, no monitoring stack. Free.

Get a push notification the moment a webpage changes: a price, a stock status, a job listing. A tiny script plus your Hook.Notifier URL. No paid tool. Free.

Get a real push notification the moment your website goes down. A tiny monitor script plus your Hook.Notifier URL. No app, no paid uptime service. Free.

Send Home Assistant automations to your phone as native push notifications. Add a REST command or notify action pointing at your Hook.Notifier URL. Free.

Send Prometheus Alertmanager alerts to your phone as native push notifications. Add a webhook receiver pointing at your Hook.Notifier URL. Free.

Send yourself a push notification from any shell script or cron job with one line of curl. No app, no backend. Free with Hook.Notifier.

Send yourself a real push notification from any PHP script with a few lines of curl. No app to build, no backend. Free with Hook.Notifier.

Send yourself a real push notification from any Python script with a few lines and the requests library. No app to build, no backend. Free.