I'm developing a more advanced version of one of our plugins and would like to provide some assurance to my users that their triggers are hooked up correctly and will fire the proper flows.
Currently, when a flow is setup with a trigger it installs a webhook on our service.
We observe the creation of these webhooks and provide feedback to our users so they can see that flows have been attached to certain resources in our platform.
However, we currently don't have a way to validate that each webhook is valid. This means that from our side it can look like everything is functional. But if the flow was deleted or disabled we have no way to inform our users from inside our platform.
Ideally, we would like to send an OPTIONS request to the webhook url and obtain some status information from Power Automate. Users could then visually see from our service that their flows are functional, eliminating concerns if/when things stop working.
Is this possible?