# 🛠technical-support
Vince
Vince·10 replies

Hi! I’m reporting a bug with the Webhook URL validation in the dashboard.

I am trying to connect my bot to Make.com, but the dashboard keeps returning an 'Invalid webhook url' error for standard URLs like hook.eu1.make.com. I have even tried proxying through Cloudflare and Pipedream, but those are also being rejected as 'Invalid'.

Strangely, it accepts webhook.site URLs immediately, which suggests the validation logic is blocking common integration domains. This is a blocker for a client booking system I'm building. Can someone check if this is a known bug on the Essential plan?"

Sahil | YourGPT
Sahil | YourGPT25/02/2026 09:05

hello @Vince
Can you share a video of where you are getting the error?

Vince
Vince25/02/2026 09:07

i usuallyget this error when i try to cennect my webhook form make.com

Vince
Vince25/02/2026 09:07

for context this is the link

Sahil | YourGPT
Sahil | YourGPT25/02/2026 09:14

ok let me check

Sahil | YourGPT
Sahil | YourGPT25/02/2026 09:21

Hello @Vince

The endpoint you are adding seems to be a make.com endpoint, and they accept a particular kind of payload with that endpoint, which is why the endpoint is giving an error. Also, our webhook request has a different kind of payload.

Can you tell me how you are planning to use this and what your use case is?

Vince
Vince25/02/2026 09:22

the use case is just for me to be able to use yourgpt as the reciever for my bookings then make those bookings directly on cliniko

Sahil | YourGPT
Sahil | YourGPT25/02/2026 09:27

The URL you are adding is giving an error because it requires a payload in the make.com format, something like this.

Vince
Vince25/02/2026 10:04

Thanks! That payload format matches what I have in Make.com. The issue is that YourGPT is rejecting the Make.com webhook URL (hook.eu1.make.com) with an 'Invalid webhook url' error when I try to add it. How do I get YourGPT to accept and send that payload to my Make.com webhook URL?

Sahil | YourGPT
Sahil | YourGPT25/02/2026 11:10

The webhooks are designed for receiving data from the YourGPT events like messages and events. I'm not sure how you are planning to use that message receive event with Make.com. If you want to set up a flow, you can check the AI Studio if it has code execution and other features, which might be helpful for you.