Hi,
I’m making an update to an existing Freshservice app where in the onAppInstall event handler, I’m creating a recurring schedule. An existing installation of the app that gets updated to the latest version of the app would also need to have the recurring schedule created. However, when the app is updated, the onAppInstall event handler is not called. There also does not appear to be an “onAppUpdated” event that I can use to create the recurring schedule in.
How would I be able to create the recurring schedule when the app is updated, just like when the app is installed fresh?
Thanks