Hello,
I've been struggling with a custom print service occasionally failing/timing out and I want to figure out just how often this is happening, so I thought to try setting up a webhook to email me when the tool runs. I'm working in local government on Power Automate, Enterprise 11.5. I've successfully set up a few PA flows based on Survey123 responses, but I'm still not super comfortable with this tool for basically any other workflow. From what I understand, I should begin this task using the 'When a HTTP request is received' trigger. I've done that, and added a second step to generate the URL.

I then test out that URL in my browser and from the Server site running the GP service and get this message:
{"error":{"code":"TriggerRequestMethodNotValid","message":"The HTTP method for this request is not valid: expected 'POST' and actual 'GET'.","messageTemplate":"TriggerRequestMethodNotValid"}}Which from previous posts I believe is a fine response?
Then I go over to my server admin and attempt to create the webhook:

But I get the response: 'Error Unable to create or update webhook. URL is not reachable: <POST URL from PA>'
Again, fairly novice at PA, so any help is appreciated!