TurboActivate: Is there a way for the system to trigger a webhook when a license key has been activated or deactivated?
Hey Todd,
On your server create a recurring job (cron job on Linux, Scheduled job on Windows, macOS has some equivalent), calling limelm.pkey.activity every day to see any new activations or deactivations and take some actions based on that data.