VAPI outbound calls from make

What are you trying to achieve?

Hi everyone,
I am trying out the “Vapi outbound calls” from make but i cant get past the error :

“BundleValidationError Validation failed for 1 parameter(s).
Invalid value in parameter ‘assistant’. Value is NOT a valid object”
@bretleadhuntermedia has opened a ticket about this but it seems it wasnt answered.

does anyone have a fix please?
thanks

Steps taken so far

looked on youtube for possible solutions but all the tutorials seem to be After the vapi call has ended, The flow i am working on is really to initiate the vapi call to a specific number.

1 Like

Hey @Ala_Eddine

Perhaps the underlying Vapi API now requires this new parameter but the Vapi module hasn’t been upgraded.

You might try dropping down to a HTTP module and make a raw request to their API.

@drnic

1 Like

I’m stuck with the same error. I have a webhook that triggers the call, but it’s telling me the assistant value is wrong and there is only 2. The assistant named or the assistant id which I already have. None seem to work.

Simply use the Assistant ID and skip the Assistant (it’s not required).
Hope that helps!