Your users install the free Droop app on iPhone or Android and subscribe to your channel. You send a title, message, link and image — it lands on their phones as a real native push notification.
Real native notifications via Apple & Google push · Droop app coming to the App Store and Google Play
Register and create a channel in the dashboard (e.g. “Server alerts” or “My Shop deals”). You get a channel key to share with your audience and a secret API key for sending.
Your users download the Droop app on iPhone or Android, allow notifications, and enter your channel key. That's it — they're subscribed, and they can unsubscribe in the app at any time.
Compose in the dashboard, or automate it from any server, script or cron job:
curl -X POST https://droop.co.za/api/v1/notifications \
-H "Authorization: Bearer SECRET_KEY" \
-d '{"title":"Backup done","url":"https://…"}'
Every subscribed phone gets the notification; tapping it opens your link.
Delivered through Apple and Google's own push services to the Droop app — lock screen, notification centre, badges. Not SMS, not email, no per-message fees.
People choose to install the app and join your channel — and can leave with one tap. No phone numbers, no contact lists, nothing to leak. See our Privacy Policy and Terms.
One clean REST endpoint, per-channel keys you can rotate, delivery counts per message. Perfect for server alerts, order updates, announcements — anything that needs to reach a phone now.