droop

Send push notifications to phones with one API call.

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.

Create a free account How it works

Real native notifications via Apple & Google push · Droop app coming to the App Store and Google Play

Up and running in three steps

1

Create a channel

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.

2

They install the Droop app

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.

3

You send — dashboard or API

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.

Real native push

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.

Opt-in only, by design

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.

Made for builders

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.

Ready to send your first push?