Jawad Ahmad
05/28/2025, 2:09 PMVapi Support Bot
05/28/2025, 2:11 PMjson
{
"assistantId": "your-assistant-id",
"assistantOverrides": {
"variableValues": {
"user_name": "John Doe",
"user_email": "john@example.com",
"user_phone": "+1234567890"
}
}
}
Make sure the keys (user_email, user_phone) are spelled exactly as in your prompt and that they are not missing or null. This should resolve most variable replacement issues in Vapi assistants.
[See documentation for details](https://docs.vapi.ai/assistants/personalization#implement-your-server-endpoint).
Source:
- [Personalization with user information | Vapi Docs](https://docs.vapi.ai/assistants/personalization#implement-your-server-endpoint)Vapi Support Bot
05/28/2025, 2:11 PMjson
{
"assistantId": "your-assistant-id",
"assistantOverrides": {
"variableValues": {
"user_name": "John Doe",
"user_email": "john@example.com",
"user_phone": "+1234567890"
}
}
}
Make sure the keys (user_email, user_phone) are spelled exactly as in your prompt and that they are not missing or null. This should resolve most variable replacement issues in Vapi assistants.
[See documentation for details](https://docs.vapi.ai/assistants/personalization#implement-your-server-endpoint).
Source:
- [Personalization with user information | Vapi Docs](https://docs.vapi.ai/assistants/personalization#implement-your-server-endpoint)Chiranjeet Mishra
05/29/2025, 5:01 AM