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 placed
  • order.updated β€” order status changed
  • order.cancelled β€” order cancelled
  • customer.created β€” new customer registered
  • product.created β€” new product added
  • product.updated β€” product modified
  • inventory.low β€” stock level below threshold

Registering a webhook

  1. Go to Settings β†’ Developer β†’ Webhooks
  2. Click Add Webhook
  3. Enter the endpoint URL and select the events to subscribe to
  4. 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.

Was this article helpful?

Webhooks API β€” Real-Time Event Notifications | KATURA