I have a PowerAutomate Flow that handles a verification and a payload from a webhook. I am using the HTTP Trigger of Powerautomate. My problem is that I now need to handle both situations in one Flow. The verification requires the Trigger to be Method GET but the payload needs it to be POST. Any suggestions on how to solve this problem? Any help will be apprectiated.
I have tried to use a second trigger but this is not possible in Powerautomate.
Solution: It is possible to do set the Method as POST and have a condition that filters whether its a verification or a payload. Then simply use a HTTP respond object to send statuscode 200 or whatever your application needs. :)