Hi @Saif and @Raviraj ,
Sorry, I meant to write, OnAppUpdate.
The use case is as follows:
There is an already existing custome app which is running.
During OnAppInstall, this app creates a webhook in VSTS to perform some specific actions in freshservice.
Now I have updated this custom app which has newer logic and functionality.
This newer functionality requires that I need that same webhook to perform some more actions in freshservice.
When the app is updated I need to update existing webhooks configuration or delete exisitng webhooks and create new webhooks with the newly desired configuration.
But there is no such event that is triggered during a app update.
For now the only way seems to either:
1,Manually update the webhook in vsts.
OR
2,Unintall and reinstall the app, which will cause to erase the config/db data.
So I wanted to know is there a workaround that I can do which will avoid both the above mentioned steps?