ChaloVega
04/23/2025, 8:21 PMVapi Support Bot
04/23/2025, 8:23 PMapplication/json
. Try this format:
json
{
"CallSid": "{{trigger.call.CallSid}}",
"Caller": "{{trigger.call.From}}",
"CallStatus": "ringing"
}
The VAPI endpoint expects specific parameters, and CallStatus
must be "ringing" to avoid a 400 error.
Sources:
- [Discord discussion about VAPI endpoint parameters](https://discord.com/channels/1211482211119796234/1342459464346767492)
- [Discord discussion about JSON payload structure](https://discord.com/channels/1211482211119796234/1343574701909344297)Vapi Support Bot
04/23/2025, 8:46 PMChaloVega
04/23/2025, 8:58 PMShubham Bajaj
04/24/2025, 12:58 PMChaloVega
04/24/2025, 2:52 PMShubham Bajaj
04/27/2025, 7:37 PM