Skip to content
Setting up callin.i...
 
Notifications
Clear all

Setting up callin.io

2 Posts
2 Users
0 Reactions
5 Views
bretleadhuntermedia
(@bretleadhuntermedia)
Posts: 1
New Member
Topic starter
 

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.

 
Posted : 20/05/2024 3:03 pm
Henk-Operative
(@henk-operative)
Posts: 11
Active Member
 

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:

:writing_hand:

Provide a detailed explanation of your objective.

:footprints:

Describe any steps you have already attempted.

:camera_flash:

Include screenshots of:

  • Your scenario flow and configuration (including functions, mappings, variables, etc.).
  • Module configurations and their outputs.
  • Any error messages you are encountering.

:card_file_box:

Share the blueprint of the scenario you're asking about. (This blueprint should not include any connection details or personal information).

 
Posted : 20/05/2024 8:52 pm
Share: