Webhook or HTTP POST Request to Push Notification
Know instantly when something happens. Webhooky turns webhooks – or any plain HTTP POST request – into instant push notifications on your phone. A new order in your shop, a successful payment, a server alert – your phone tells you the moment it happens. With a sound you choose, like a cash-register cha-ching for every sale.
★ 1,000+ downloads on Google Play · No sign-up needed · Free to start, no credit card
What is a webhook – and why should you care?
A webhook is how apps tell each other that something just happened. When a customer places an order, Shopify sends a webhook. When a payment succeeds, Stripe sends one. Normally those messages go to servers, not to people. Webhooky gives you a personal link that turns those messages into push notifications on your phone – so you know what's happening in your business the second it happens. You don't need to be a developer, and you don't need to write a single line of code.
And it doesn't even have to be a webhook: any HTTP POST request to your link triggers a notification – from a server function, a cron job, a script or one line of curl in your own code.
Your backend already knows when something went wrong. Webhooky makes sure you know too. Stop checking dashboards: an exception in your backend, a failed cron job, a new sale – your phone tells you the second it happens, so you can react immediately.
Set up in under a minute
So simple anyone can use it right away: install the app, copy your link, send a POST. That's it – no account, no configuration, no code.
Get the app
Install Webhooky on your iPhone or Android phone. No sign-up needed – your personal link like api.webhooky.app/abc123 is ready the moment the app opens.
Paste your link
Add the link as a webhook in Shopify, Stripe, PayPal, Zapier or any other service. They all have a field for it in their settings.
Get notified
Every event becomes a push notification – with your own title, message, sound and vibration. Pick from 40 sounds, including a cash register.
What people use Webhooky for
For developers: never miss a server error again
One line in your catch block pushes every exception to your phone – with an alarm sound you recognize before you even look at the screen. And the same trick plays a cha-ching for every sale and a level-up for every signup your code processes.
Shopify order notifications
Hear a cha-ching on your phone for every new order in your Shopify store.
Stripe payment notifications
Get a push the moment a payment succeeds, fails or a subscription renews.
Server & uptime alerts
Forward alerts from your monitoring, cron jobs and health checks straight to your pocket.
Zapier, Make & IFTTT
Add a phone notification as the last step of any automation – or from your smart home.
Everything you need, nothing you don't
Multiple endpoints
One link per event type – orders, payments, alerts – each with its own name and color. The free plan includes one endpoint, Premium unlimited.
40 notification sounds
Cash register, coins, level-up, error alarms, doorbells, dog bark… pick a sound per endpoint so you know what happened without looking.
Event history
Every webhook is logged in the app – optionally including the full payload.
All your devices
Notifications arrive on every phone and tablet you're signed in on.
Dynamic title & message
Send title, message, sound and vibrate in your webhook's JSON body to control what the notification says – and how it sounds.
Built-in test page
Open your endpoint link in a browser and send a test notification with one click.
One POST request. That's the whole API.
Send any HTTP POST to your endpoint and it shows up as a push notification. Override the title and message per request, or configure defaults in the app.
curl -X POST "https://api.webhooky.app/YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "New order 🎉",
"message": "Order #1042 · €49.99"
}'
Free to start. Fair when you grow.
Premium Unlimited
- Unlimited notifications
- €29.99 / year – save 50%
- Cancel anytime in the store
Common questions
Do I need an account?
No. Webhooky works without sign-up: install the app and your personal endpoint link is ready the moment it opens. You can optionally add Google, Apple or email sign-in later to keep your endpoints when you switch phones.
Do I need to know how to code?
No. You copy a link from the Webhooky app and paste it into the settings of the service you want notifications from. That's it.
Which services work with Webhooky?
Any service that can send a webhook or an HTTP POST request: Shopify, Stripe, PayPal, WooCommerce, Zapier, Make, IFTTT, GitHub, Uptime monitors, Home Assistant and thousands more.
Is Webhooky free?
Yes – the free plan includes 100 push notifications and one endpoint. For unlimited notifications and endpoints, Premium costs €4.99/month or €29.99/year.
How fast are notifications delivered?
Typically in under a second. Webhooky uses Apple's and Google's native push services (APNs/FCM), the same infrastructure as messaging apps.
Can I use Webhooky on multiple devices?
Yes. Notifications are delivered to every device signed in to your account – phone and tablet, iOS and Android mixed.
Is my endpoint URL secure?
Your endpoint contains a long random key that works like a password. If a URL ever leaks, delete the endpoint in the app – it stops working instantly – and create a new one.