Getting Invalid URL when attempting to setup webhooks

Description
When in marketplace and setting up webhooks, it errors with Invalid URL. Even though the urls are valid and reachable.

Error
Invalid URL

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Webhook Setup

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
NA

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

still cant setup webhooks, any help would be appreciated. thanks

Hey @jerry,

Are you trying to use a localhost url? If so, you can make it work by using ngrok.io to turn it into an accessible url.

Thanks,
Tommy

I figured out the issue. I had a dash (-) in the ngrok domain which was causing yall to reject it, even though it was a valid url. I took off the dash in ngrok and it works as expected.

1 Like

Hey @jerry,

Happy to hear you figured out the issue. If you private message me your endpoint url, we can investigate if our regex is off.

Thanks,
Tommy