jmenjivar
12/05/2025, 3:56 PMVapi Support Bot
12/05/2025, 3:57 PMtext
Hi, thank you for calling {{orgName}}
If {{orgName}} is not present in the prompt, the variable will not be used—even if you pass it in your API call. Update your assistant's prompt, save, and try your API call again.
Reference: See the dynamic variables documentation for details on prompt setup (https://docs.vapi.ai/assistants/dynamic-variables).
Source:
- [Dynamic Variables Documentation](https://docs.vapi.ai/assistants/dynamic-variables)jmenjivar
12/05/2025, 4:00 PMChiranjeet Mishra
12/07/2025, 4:47 PMtext
"Hi, thank you for calling {{orgName}}"
2. **API Call**: Your API request seems structured correctly with the assistantOverrides.variableValues passed as expected.
3. **Logs Check**: After initiating a call using the "Talk to assistant" feature, navigate to the Observe > Call Logs section in your Vapi dashboard to verify if the variable was passed in the API request. If it's not displayed, ensure that there is no mismatch in variable naming between the API payload and the assistant setup.
If the setup in the prompt adheres exactly to the variable naming in your API call, it should include the desired variable value. Double-check these points, adjust if necessary, and test the configuration again.
For additional guidance, refer to the [Dynamic Variables Documentation](https://docs.vapi.ai/assistants/dynamic-variables).jmenjivar
12/11/2025, 1:21 PMChiranjeet Mishra
01/09/2026, 6:00 PMassistantOverrides.variableValues.
The dashboard (“Talk to assistant”) does not support setting variable values, so variables will not resolve there.
If you want to verify that variables are being passed correctly, trigger the phone call using the API and answer that call. Only API-initiated calls apply assistantOverrides.