It seems that there’s no activation.updated
or activation.renewed
webhook events in Cryptlex - my product updates the activation metadata on each renewal cycle, and without a webhook my only option for collecting this metadata seems to be to query all activations with a cron job and scan them for updates. I’d like to be able to do this synchronously with a notification that an activation has been updated, or at least a notification that the one of the activations of a particular license has been updated, but I haven’t found a way yet.
Is it possible to get some kind of update on the token renewal or does that not exist?