iotpush delivers push notifications from your IoT devices, servers, and automation scripts straight to your phone
iotpush delivers push notifications from your IoT devices, servers, and automation scripts straight to your phone. No complex setup — just send an HTTP request and get notified instantly.
Simple by design Send a single HTTP POST request to get a push notification. No SDKs to install, no webhooks to configure, no polling. If your device can make an HTTP request, it can send you a push notification.
Organize with Topics Create topics to group your notifications. Monitor your home sensors in one topic, your server alerts in another, and your CI/CD pipelines in a third.
Key Features: • Instant push notifications via simple REST API • Topic-based message organization • Subscribe/unsubscribe to specific topics • Full message history with timestamps • Pull-to-refresh for latest messages • Dark mode interface • Works with any device that can make HTTP requests
Use Cases: • IoT sensor alerts (temperature, humidity, motion) • Server monitoring and uptime alerts • CI/CD build notifications • Smart home automation triggers • Cron job completion alerts • Custom app notifications • Raspberry Pi / Arduino / ESP32 projects
How it works:
Create an account at iotpush.com
Create a topic and get your API key
Send an HTTP POST from your device/script:
curl -X POST https://iotpush.com/api/send \
-H "x-api-key: YOUR_KEY" \
-d '{"topic":"alerts","title":"Temp High","body":"Sensor reads 95°F"}'
Get instant push notification on your phone!
For developers, by developers. Built for the maker community — hobbyists, IoT tinkerers, and developers who need a quick, reliable way to get notified.
iotpush requires an iotpush.com account. Free tier includes 3 topics and 100 messages/month.
Privacy focused: We only collect data necessary for delivering notifications. No tracking, no ads.