E-shop orders straight to your webhook
Your own webhook receives a JSON POST with an HMAC signature. From there you handle events in Make, n8n, Zapier or your own application.
What the message looks like
- Order
- 2026000123
- Amount
- €1,234.50
- Items
- 3
- Payment
- Card online
- Shipping
- Pickup point
- Status
- Received (paid)
Three steps to connect it
- Prepare an endpoint that accepts a POST with a JSON body and returns 2xx.
- In Notify add a Webhook channel and paste its URL.
- Copy the signing secret and verify the HMAC signature header on your side.
Failed deliveries are retried three times with a delay, so the endpoint should be idempotent — it may receive the same event more than once.
What arrives on your webhook
Number, amount and currency, item count, payment, shipping, status and a link to the administration.
From which status to which. Each transition only once, even if the CMS sends the event multiple times.
As soon as the order moves to a cancelled status. We subtract it from daily revenue.
Online payments only. You set the number of hours, default 3. If the customer pays in the meantime, no message is sent.
Order count, revenue, average order and a comparison with the same day last week. You choose the time.
Common questions
How long does setup take?
Connecting Webhook takes a few minutes. Nothing is injected into the shop template and nothing needs to be coded.
Does Notify see my customers’ data?
From an order we read the number, total, item count, payment, shipping and status. The customer name appears in a message only if you switch it on for that channel, and even then we do not store it.
Can I run Webhook alongside other channels?
Yes. One shop can have up to three active channels at once, each with its own selection of events.
Other channels for Notify
Notify is coming soon
Leave us your e-mail and we will let you know as soon as Notify is available on the CMS marketplace.
We will tell you when Notify launches
One e-mail at launch, nothing else. People on the list get access first.
One-click unsubscribe. We never pass your address on.