WasabiBoy
09/03/2025, 8:58 PMVapi Support Bot
09/03/2025, 8:59 PM{{name}} in your prompt, but you must also set the variable value in your API call. For example:
json
{
"assistantOverrides": {
"variableValues": {
"name": "John"
}
}
}
Then, in your prompt:
Hello, {{name}}!
This will make the assistant speak the retrieved name if the variable is set correctly in your call configuration.
[See documentation for details.](https://docs.vapi.ai/assistants/dynamic-variables)
Source:
- [Variables Vapi Documentation](https://docs.vapi.ai/assistants/dynamic-variables)Vapi Support Bot
09/05/2025, 4:53 AMWasabiBoy
09/05/2025, 4:54 AMChiranjeet Mishra
09/05/2025, 6:11 PMWasabiBoy
09/08/2025, 2:37 AMChiranjeet Mishra
09/10/2025, 6:48 AMWasabiBoy
09/11/2025, 7:12 PMChiranjeet Mishra
09/15/2025, 6:41 PM/call endpoint, you can specify a workflowId in place of an assistantId.