Teru
06/12/2025, 3:10 AMVapi Support Bot
06/12/2025, 3:12 AMjson
{
"assistantId": "your-assistant-id",
"phoneNumberId": "your-phone-number-id",
"customer": { "number": "+5511968936973" },
"assistantOverrides": {
"variableValues": {
"nome": "VANISA ANGELICA PEREIRA DE SOUZA"
// ...other variables
}
}
}
Extra fields like id, createdAt, status, monitor, and transport are not required and may be ignored by the API. For best results, stick to the documented structure above when making outbound calls with variables to your workflow.
Sources:
- [Vapi Outbound Calling Documentation](https://docs.vapi.ai/calls/outbound-calling)
- [Vapi API Reference: Create Phone Call](https://docs.vapi.ai/api-reference/calls/create-phone-call)
- [Vapi Dynamic Variables](https://docs.vapi.ai/assistants/dynamic-variables)Chiranjeet Mishra
06/12/2025, 6:59 AMjson
{
"assistantId": "f041015a-a095-4a85-a9ff-8941d2eca131",
"phoneNumberId": "fdce4182-c8a7-49e6-a0b0-25762a6a39ae",
"customer": {
"name": "Jose Silva",
"number": "+5511968936973"
},
"type": "outboundPhoneCall",
"status": "queued",
"phoneCallProvider": "vapi"
}
A few key points to ensure everything works smoothly:
- Ensure your assistantId and phoneNumberId are correctly set and exist in your system.
- The customer.number should be in E.164 format, as you've provided.
- Make sure your bearer token is included in the Authorization header of your API request.
This setup should trigger your outbound call properly. You can find more details in the [API Reference for Calls](https://docs.vapi.ai/api-reference/calls/create).Teru
06/12/2025, 1:26 PMKings_big💫
06/12/2025, 1:41 PMSK
06/12/2025, 3:08 PMTeru
06/12/2025, 5:09 PMSK
06/12/2025, 9:09 PMTeru
06/12/2025, 10:49 PMChiranjeet Mishra
06/13/2025, 9:28 PM