Webhook management API
Felipe de Alvarenga Leite
Create a webhook management API, similar to what Asana does: https://developers.asana.com/reference/webhooks
I want to have a programatic way to create, update and disable a webhook.
This would help me automate webhook management, but it would also increase the security of webhooks, since I could rotate the X-Qase-Secret whenever I need to, without the need to involve a manual user interaction.
It would also improve the integration resilience, as I could check if there is any problem with a specific webhook and update/recreate it.