I’m just exploring callin.io. Could someone demonstrate how to set up an outbound phone call? I'm encountering this error:
```
BundleValidationError
Validation failed for 1 parameter(s).
- Invalid value in parameter ‘assistant’. Value is NOT a valid object
```
Origin
callin.io
A screenshot illustrating the process of creating an outbound phone call would be greatly appreciated.
Hi,
I haven't encountered Vapi before, but it looks interesting! The error message suggests an issue with the format of the Assistant you're trying to pass. It requires an object. For instance, this defines an employees object, which is an array containing 3 employee records (objects):
json
{
"employees": [
{"firstName": "John", "lastName": "Doe"},
{"firstName": "Anna", "lastName": "Smith"},
{"firstName": "Peter", "lastName": "Jones"}
]
}
To help us provide a more effective answer, please follow these steps when asking a question:
Provide a detailed explanation of your objective.
Describe any steps you have already attempted.
Include screenshots of:
- Your scenario flow and configuration (including functions, mappings, variables, etc.).
- Module configurations and their outputs.
- Any error messages you are encountering.
Share the blueprint of the scenario you're asking about. (This blueprint should not include any connection details or personal information).