Webhooks API
Subscribe to real-time event notifications.
Overview
Webhooks push real-time event notifications to your external systems. Instead of polling the API, register a URL and Katura will POST event data to it when things happen.
Available webhook events
order.createdβ new order placedorder.updatedβ order status changedorder.cancelledβ order cancelledcustomer.createdβ new customer registeredproduct.createdβ new product addedproduct.updatedβ product modifiedinventory.lowβ stock level below threshold
Registering a webhook
- Go to Settings β Developer β Webhooks
- Click Add Webhook
- Enter the endpoint URL and select the events to subscribe to
- Save β Katura will begin sending events immediately
Webhook security
Each webhook includes a signature header for verification. Always validate the signature before processing webhook data to prevent spoofing.
