iotPush delivers push notifications to your phone from anything that can make an HTTP request — a shell script, a cron job, a CI pipeline, a home automation rule, a microcontroller, or an AI agent working on your behalf.
ONE HTTP REQUEST, ONE NOTIFICATION
Post a title and a message to your topic URL and it arrives on your phone:
curl -d "Backup finished" https://www.iotpush.com/api/push/my-topic
No SDK to embed, no app to build, no push infrastructure to run. If your language can send a POST, it can notify you.
TOPICS
Organise notifications into topics — one for deploys, one for the doorbell, one for the long-running job you walked away from. Subscribe on this device to the topics you care about.
PRIORITIES THAT RESPECT YOUR ATTENTION
Send at normal priority for routine events, or higher when something actually needs you now. Quiet things stay quiet.
TAP THROUGH TO WHERE IT HAPPENED
Include a link with a notification and tapping it opens the dashboard, the build log, or the camera feed — instead of leaving you to go and find it.
BUILT FOR THE THINGS YOU AUTOMATE
Servers and cron jobs. Raspberry Pi, ESP32 and other microcontrollers. Home Assistant and automation platforms like n8n. Long-running scripts and builds. AI agents and assistants that need to reach you when a task finishes or a decision is needed.
Docs and account: https://iotpush.com
Send push notifications to your phone from scripts, servers, IoT and AI agents.