What is Hookr?
Hookr is a webhook receiver that sends you push notifications directly to your phone. Think of it like a mail carrier who doesn’t just deliver your packages—they read what’s inside and call you immediately to let you know it arrived. Instead of building and maintaining your own server to receive webhooks from external services, you create a unique webhook URL in Hookr. When events happen—a payment processes, an order ships, your infrastructure alerts—the service sends an HTTP request to your Hookr URL, and you get an instant 🔔 notification on your iOS or Android device. Hookr eliminates the gap between webhook sources and the people who need to know about them right now.How it works
Getting started takes just three steps:- Create a webhook — Generate a unique HTTPS URL in Hookr that external services can send requests to.
- External service sends a request — Any service that supports webhooks (payment processors, form builders, monitoring tools, etc.) sends an HTTP GET or POST request to your Hookr URL with event data.
- You get instant notification — Hookr receives the request, sends you a push notification on your phone with the event details, and optionally forwards the data to other services (Zapier, Make, or custom APIs).
Core features
Everything you need to receive and act on webhooks:Webhooks
Create unique receiver URLs that accept HTTP requests and trigger notifications.
Events
View complete history of all incoming requests with full details and forwarding status.
Settings
Customize notification timing, quiet hours, active days, and subscription preferences.
Advanced capabilities
Take control of your webhooks with powerful optional features:Forwarding & Proxying
Relay webhooks to up to 3 external services with automatic HMAC signature verification.
Private Mode
Automatically delete raw payloads after processing to keep sensitive data private.
Time-Sensitive Notifications
Critical alerts break through Do Not Disturb and Focus modes on iOS 15.0+.
Handlebars Templates
Create dynamic notification titles and messages using data from incoming events.