highgross14
10/16/2025, 7:18 AMVapi Support Bot
10/16/2025, 7:19 AM{{name}} in text chat, you need to pass them in your chat request using the assistantOverrides.variableValues field. Here’s a concrete example:
json
{
"assistantId": "your-assistant-id",
"input": "I need help with my account",
"assistantOverrides": {
"variableValues": {
"name": "Alex"
}
}
}
Make sure your system prompt references {{name}} exactly, and pass the value as shown above for it to work in chat responses ([see docs](https://docs.vapi.ai/chat/quickstart#pass-variables-in-your-chat-request)).
Source:
- [Chat quickstart](https://docs.vapi.ai/chat/quickstart)