I’m just playing around with Vapi Could somebody show me how I’m supposed to actually fill out create an outbound phone call I keep getting this error BundleValidationError
Validation failed for 1 parameter(s).
- Invalid value in parameter ‘assistant’. Value is NOT a valid object
Origin
Make
Screenshot would be fine for creating an outbound phone call
Hi @bretleadhuntermedia,
Have not heard of Vapi before, but seems cool! The error seems to point at the format in which you try to pass an Assistant. It expects an object, i.e. this defines an employees object: an array of 3 employee records (objects):
{
“employees”:[
{“firstName”:“John”, “lastName”:“Doe”},
{“firstName”:“Anna”, “lastName”:“Smith”},
{“firstName”:“Peter”, “lastName”:“Jones”}
]
}
Please, follow these steps when asking a question, and you’ll be more likely to get a helpful answer:
Give us a detailed explanation of what you’re trying to achieve
Tell us about any steps you’ve tried so far
Include screenshots of:
-
your scenario flow and setup (functions, mappings, variables, etc.)
-
module configurations and outputs
-
any error messages you are getting
Share the blueprint of the scenario you are asking a question about. (this does not contain the connection or personal information)
3 Likes