s4um1l
06/20/2024, 9:13 PMVapi
06/20/2024, 9:14 PMVapi
06/20/2024, 9:15 PMserver
and function
) in the request, and that the type
property is either missing or not a string as expected.
To resolve this, you'll need to ensure that the requests being sent from the UI adhere to the expected schema. The type
property should be included in the request body and set to one of the permitted values (transferCall
, endCall
, dtmf
, make
, ghl
, or function
). Additionally, the server
and function
properties should not be included in the request.
If you have access to the UI code, please check the request payload to ensure it's structured correctly. If you don't have access or are unsure how to proceed, please ask support for more info on this.Vapi
06/20/2024, 9:15 PMVapi
06/20/2024, 9:16 PMSahil
06/21/2024, 8:53 AMNoDegeneratesNoRadicals
07/03/2024, 9:21 AMSahil
07/03/2024, 9:26 AM