One self-hosted console to run your entire business — commerce, ERP, HRM, CRM & manufacturing

Webhooks

Webhooks

Webhooks allow the platform to notify external services when important events occur — no polling required.

Supported Events

  • order.created — A new order is placed
  • order.status_changed — Order status is updated
  • order.paid — Payment confirmed
  • order.shipped — Order dispatched with tracking
  • order.refunded — Refund issued
  • customer.registered — New customer account created
  • license.activated — A license key is activated on a domain
  • license.deactivated — A domain is removed from a license
  • inventory.low_stock — A product variant drops below reorder point

Configuring Webhooks

  1. Go to Settings → Webhooks → Add Endpoint
  2. Enter the receiver URL (must be HTTPS)
  3. Select the events to subscribe to
  4. Optionally set a secret for payload signature verification
  5. Save

Signature Verification

Every webhook payload is signed with HMAC-SHA256 using your secret. Verify the X-Webhook-Signature header to ensure the request originated from your store.

Last updated: 8/27/2026