One API for all your notifications
PushingBox is a cloud service that sends notifications based on API calls. From one HTTP request, send emails, tweets, push notifications and more — all in real time.
Why you will love it
Built for makers, hobbyists, and IoT professionals who want notifications without the hassle.
Simple API
One single HTTP endpoint. Trigger notifications from Arduino, Raspberry Pi, IFTTT, SmartThings, or any device that can make an HTTP call.
Multiple Services
Send emails, tweets, push notifications (iOS, Android, Windows), custom webhooks, and more — all from a single API call.
Custom Variables & Images
Use $variable$ placeholders in your messages. Attach real-time images from webcams to emails and tweets.
How it works
Create a Scenario
Set up services (email, push, webhook...) and link them to a scenario with a unique DeviceID.
Call the API
Send an HTTP GET or POST to api.pushingbox.com/pushingbox?devid=YOUR_ID
Notifications Sent!
All configured actions fire instantly — emails, tweets, push notifications, webhooks.
Dead Simple API
# Simple GET request
GET http://api.pushingbox.com/pushingbox?devid=vYOUR_DEVID
# With custom variables
GET http://api.pushingbox.com/pushingbox?devid=vYOUR_DEVID&temperature=23&room=kitchen
Works with anything that can make HTTP requests: