Notify
Personal Push Webhook
Description
Notify turns your iPhone into a push-notification endpoint you can hit from anywhere. Open the app, copy your webhook URL, and any script, server, cron job, or CI pipeline can send you a notification with one HTTP request. No account. No tracking. Your webhook ID is generated on device — the server only holds the APNs device token it needs to deliver the push, nothing about what you send. It's the tool I always wanted: a dumb, reliable endpoint for 'build finished', 'cron job failed', 'door opened', or whatever else you want to know about.
What you can do with Notify
🔔 Push via HTTP
POST (or GET) to your webhook URL and a notification lands on your iPhone. JSON, form, query string, whatever your script can send.
🔒 On-Device Secret
Your webhook ID is generated on device and never leaves it except as part of the URL you choose to use. No account, no login, no email.
⚙️ Rich Options
Title, subtitle, body, sound, thread ID, interruption level, badge count, tap-to-open URL, image: all optional, all through the same endpoint.
🧰 Built for Scripts & CI
One-liner cURL, 3 lines in Python or JS. Drop it in cron jobs, GitHub Actions, home automations, or long-running builds.