Pulse
10/29/2025, 8:03 PMVapi Support Bot
10/29/2025, 8:05 PMvariableValues because it's meant to be a flexible object where you manually add your own key-value pairs. Just enter your variables as JSON like this:
json
{
"assistantOverrides": {
"variableValues": {
"customerName": "John Doe",
"accountType": "Premium"
}
}
}
Use the "Use example" button to see the structure, then edit the values as needed.
For more, see the [Personalization documentation](https://docs.vapi.ai/assistants/personalization).
Source:
- [Personalization with user information](https://docs.vapi.ai/assistants/personalization)Chiranjeet Mishra
10/31/2025, 7:46 PMvariableValues in the future.
In the meantime, as a workaround, you can use Postman, PowerShell, or another API testing tool to configure these values directly via the API — this will let you add and test your custom variables more easily.
Appreciate you taking the time to share this with us!
Best,
Kyle at Vapi