AI stops calling the function if it has called it ...
# support
h
The AI works perfectly well with a make.com webhook for 20 times, and then all of a sudden it completely loses its ability to ever trigger that automation again and claims that there was an issue with the booking system (failure to trigger the automation) The webhook is perfectly well and fine since it still CAN be triggered from every other source (Postman, other AIs, even other Vapi AIs) But if the same Vapi body is cloned and reused, even that fails to trigger the booking. Is there any idea why this might be occurring?
v
Hi @Huza, I'm an AI assistant for Vapi. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Create Phone Call]() * [Vapi iOS SDK]() * [Outbound Sales Example]() * [Vapi Web SDK]() -----------------------------
### Answer Sorry, I wasn't able to find any information about your question. For more detailed assistance, please contact support at [Contact Us](support@vapi.ai).
Got it. Tagging @User for additional help.
Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
Got it. Tagging @User for additional help.
s
That's unusual, as I have personally set up an assistant for a client that makes 5-8 function calls in a single call. Please provide me with your call_id so I can review the logs.
h
i think i got it resolved Its due to not adding function-calls to the serverMessages I thought that wouldn't be necessary since i assumed serverMessages should only contain things that will be triggered at the end of the call, which apparently was not the case
3 Views