To get notified when a new order comes in, point your store's order webhook at your Hook.Notifier URL. Every sale then lands on your phone the moment it happens.
Shopify
- In your Shopify admin, go to Settings → Notifications → Webhooks.
- Create a webhook for the Order creation event.
- Set the URL to your hook:
https://hooknotifier.com/{IDENTIFIER}/{KEY}
The next order rings your phone.
WooCommerce
- Go to WooCommerce → Settings → Advanced → Webhooks.
- Add a webhook with the Order created topic.
- Set the delivery URL to your Hook.Notifier URL.
Make it read like a sale
Store webhooks send the whole order as raw JSON. Create a dedicated hook in Dashboard → Hooks, use its URL in the webhook, and set a payload template so the notification reads like a sale, not a payload. For a Shopify order:
- objectTemplate:
New order #{{order_number}} - bodyTemplate:
{{total_price}} {{currency}}
For WooCommerce, {{total}} and {{currency}} work the same way. Give the hook an orders tag and a color as defaults, and every sale files itself into its own folder. No Zapier or middleman.
First get your URL
Your Hook.Notifier URL is https://hooknotifier.com/{IDENTIFIER}/{KEY}. Create a free account to get yours, then paste it as the webhook URL.
Notify the whole team
Running a shop with staff? Everyone installs the mobile app and joins the same team, so every new order reaches the whole floor at once. No shared screen to watch.
Why it matters
Early orders are a heartbeat. Feeling them the moment they land keeps you close to your store and lets you react fast, ship faster, and celebrate the wins as they happen.
New to this? Start with how to send yourself a native push notification.


