Hi folks,
I am trying to create a webhook using a microsoft power automate endpoint. It has this url format:
https://prod-27.brazilsouth.logic.azure.com:443/workflows//triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=
The problem that I am facing is that the zoom app marketplace it´s not calling the endpoint to validate it.
It gives me only this generic error:
“URL validation failed. Try again later.”
This end point can be easy called anywhere else, but I can´t see any request from zoom.
Any tips?
Hi @MarceloErthal
Thanks for reaching out to the Zoom Developer Forum and welcome to our community!
Could you please make sure that your endpoint meets the following criteria?
https://marketplace.zoom.us/docs/api-reference/webhook-reference/#webhook-endpoint-requirements
Thank you @elisa.zoom !
Yes, it meets all criterias. I´ve used power automate endpoints for other apps webhooks and it worked fine.
Regards
@MarceloErthal when you manually click on Validate in your app, do you receive a payload in your endpoint?
No. That´s exactly the problem.
@elisa.zoom this could be some kind of zoom bug? How can I report the issue to get it threated?
@MarceloErthal
I have not been able to replicate this issue.
I am using ngrok to test my endpoint and I always get a payload.
Could you try with a different endpoint?