I am facing an issue as i was creating a AI cold caller to call my leads which i have in a google sheet through vapi but this error of bad request is keep on comming please how to solve this issue
Hi @Aaryan_Jain,
It looks like you have all of the necessary datapills to perform this API Call but one thing I noticed is that periods are being appended to your UUIDs. If you can get those removed I’m sure the call will go through.
Hope this is a simple fix for you!
heyy buddy i removed those still there is a same issue
Hmmm the only other thing I can think of on the make side is you have spaces listed before or after your datapills that need to be removed.
Please check that your assistant ID & phone number ID are valid within the VAPI UI. Also see if you’re able to perform this call within the UI.
Best of Luck!
Hey Aaryan,
firstly - why are you aggregating the search results and then iterating the array? Are you transforming it or something?
Second - can you confirm that the Assistant and Phone IDs are correct? Also, you can use the Parse a Phone Number module to do a preliminary check of the Customer Phone Number and at least see if its a valid one or not.
Finally - you can install the Make browser extension to get a bit more info and see how exactly the HTTP call to Vapi is structured and what the complete error message is. Maybe this will give some additional clues as to what could be causing the error.