VIRTLIX LICENSE MANAGER
Docs / Multi-Server & Licensing / Webhook Callbacks

Webhook Callbacks

Enable callbacks under Master Configuration to have Virtlix POST a signed payload to a URL of your choice whenever a VM is created, deleted, or (optionally) started/stopped. Each request carries an X-Vmpanel-Signature header, an HMAC-SHA256 signature of the body using your callback secret - verify it on your receiving end before trusting the payload, the same way you'd verify any webhook from a payment processor or similar service.

This is the hook point most people use to sync VM lifecycle events into their own billing system, ticket system, or monitoring, without polling the API on a timer.