Webhook for updates to activation metadata

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?

Hi Carson,

We have add an event for the same:

activation.updated

:slight_smile:

The changes will get reflected in 10 - 15 mins

Adnan

Wow, great! Looks like it’s working perfectly, thanks for the quick response!