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 placedorder.status_changed— Order status is updatedorder.paid— Payment confirmedorder.shipped— Order dispatched with trackingorder.refunded— Refund issuedcustomer.registered— New customer account createdlicense.activated— A license key is activated on a domainlicense.deactivated— A domain is removed from a licenseinventory.low_stock— A product variant drops below reorder point
Configuring Webhooks
- Go to Settings → Webhooks → Add Endpoint
- Enter the receiver URL (must be HTTPS)
- Select the events to subscribe to
- Optionally set a secret for payload signature verification
- 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: 5/20/2026