hi guys, hope you all are doing great.
I'm new to vapi and I have some proble using vapi tools.
I need the vapi to send a post req to an endpoint of my flask app.
_
Model called tool: GetAvailableTime({"start_time":"2025-04-16T00:01:00.000000Z","end_time":"2025-04-16T23:59:00.000000Z","event_type":"https://api.calendly.com/event_types/xxxxxxxxxxxxxx" })
Your server rejected tool-calls webhook. Error: Request failed with status code 500
_
this is what i get in the calls log.
but the api is working great and when I send this part {"start_time":"2025-04-16T00:01:00.000000Z","end_time":"2025-04-16T23:59:00.000000Z","event_type":"https://api.calendly.com/event_types/xxxxxxxxxxxxxx" } it runs perfectly
Any idea how i could fix it?