Every order, straight to your pocket

Store dashboards are built for sessions, not for glances. If you run a shop alongside anything else, the first you hear of an order is usually a confirmation email buried under the rest of them.

Order events are the most satisfying webhooks to route to a phone, and the most useful: a cancellation or a failed fulfilment is something you want to catch before the customer chases you about it.

The events worth turning on

New order

The one you will actually enjoy receiving. Order value in the title.

Order cancelled

Worth knowing immediately, particularly if fulfilment has already started.

Fulfilment failed

The quiet failure that turns into a support ticket three days later.

Refund requested

Same logic as payments: better from your phone than from an angry email.

Integrations for this

Each of these sends the events above. Setup is the same for all of them.

Common questions

I run more than one store. Does that work?
Yes. Each store gets its own integration with its own webhook URL, and notifications are labelled by source.
Will this notify me for test orders?
Only if your platform sends webhooks for them. Most send test events on a separate flag, which you can leave unsubscribed.