VAPI's contrary response to my Make.com scenario
# support
x
Everything was working until today. I'd tested it several times and everything was fine and I hadn't changed anything, but today when I went to test it (because I was testing the voice) my scenario in make.com works correctly but the VAPI bot gives me the answer I was supposed to give if the make.com scenario didn't work. It's switched. This problem started today and it happens in any call I make now. Call ID: 0e2ecfb7-7cb0-42e6-98b5-ca090190132f Timestamp: This started today Expected Response: That the appointment was booked successfully (That was make.com response) Received Response: That the appointment could not be scheduled (This was not the response from make.com)
s
Hey @Xuartz your tool webhook response is returning the following response.
Copy code
json
{
  "results": [
    {
      "tool_call_id": "call_TX5Z7BFHuqzWqOMcbqExcMlX",
      "result": "It seems this time is unavailable, there is an open slot for 10:30. Would you like to schedule that time?"
    }
  ]
}
x
Hi, I know. But if that was the response from the webhook, the VAPI said that the appointment was successful. The VAPI was giving everything the wrong way around, understand? But I've solved the problem, created another assistant, copied the settings and now it's working normally. Thanks!
k
Marking this ticket as Solved ✅