Functions using Make.com

I created a function with one parameter {LicencePlate} that I will use to get information on a vehicle from my customer. I then created a scenario in make.com and started with a webhook. I copy and pasted that webhook into the server url of the function. When using chat I'm trying to call the function by providing the licenseplate, I have those instructions on the system prompt. Even on chat it states: Calling Get_Vehicle_Status
{"Matricula": "3343FG"}
Function Arguments
{"Matricula": "3343FG"}

However the webhook in make does not fire! What am I doing wrong?
Was this page helpful?