go high level to vapi
# support
r
I have a big problem that I have been having for two days. I have connected go high level to vapi, but when I test it, it is not being booked. Please help. These errors appear to me:: Tool Response [ { "type": "text", "text": "Error: API ... Response Data [ { "type": "text", "text": "Error: API Error: 401 Request failed with status code 401" } ] { "error": "MCP error -32602: MCP error -32602: Invalid arguments for tool get_free_slots: [\n {\n \"code\": \"invalid_type\",\n \"expected\": \"number\",\n \"received\": \"undefined\",\n \"path\": [\n \"startDate\"\n ],\n \"message\": \"Required\"\n },\n {\n \"code\": \"invalid_type\",\n \"expected\": \"number\",\n \"received\": \"undefined\",\n \"path\": [\n \"endDate\"\n ],\n \"message\": \"Required\"\n }\n]" Calling get_free_slots {} Function Arguments {}
g
Hi
try the og prompt from vapi docs
c
Regenerate your GoHighLevel API key with proper permissions and reconnect it in Vapi. The get_free_slots error is from missing or incorrectly formatted parameters, ensure you're passing
startDate
and
endDate
in epoch milliseconds, a valid
calendarId
, and that your Vapi tools (like
ghl_check_availability
) are correctly configured..
4 Views