AddonHive
EN
Notify · integration

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

NotifyAPP#ordersjust now
🛍️New order 2026000123
Order
2026000123
Amount
€1,234.50
Items
3
Payment
Card online
Shipping
Pickup point
Status
Received (paid)
Open in administration →

Three steps to connect it

  1. Prepare an endpoint that accepts a POST with a JSON body and returns 2xx.
  2. In Notify add a Webhook channel and paste its URL.
  3. 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

New order

Number, amount and currency, item count, payment, shipping, status and a link to the administration.

Status change

From which status to which. Each transition only once, even if the CMS sends the event multiple times.

Cancellation

As soon as the order moves to a cancelled status. We subtract it from daily revenue.

Unpaid after X hours

Online payments only. You set the number of hours, default 3. If the customer pays in the meantime, no message is sent.

Daily summary

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.

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.