LimeLM: Webhooks

Good Afternoon,

Are there are any web hooks that are configurable within the LimeLM system? For example, I would like to have an API called on my system's side whenever a license key is generated so that I can store it in my database and take any further actions on it.

I know I could periodically poll the LimeLM servers to get newly created license keys, but that type of solution seems ineffective and not real-time/would cause gaps in data.

Thanks,Todd

Who is providing your license key generation? We do ours in-house, and let our internal system and DB drive the Lime web hooks for key generation and stuff - that's how we keep our stuff in sync.