Dynamic variable with custom fastapi
# support
t
Hi everyone! I've built a basic pipeline in the Vapi dashboard to make outbound calls. Now, I want to use custom variables. How can I define and use dynamic custom variables without relying on Make.com or a custom API to trigger the call?
v
I understand you've built a pipeline in the Vapi dashboard for outbound calls and want to use custom variables without make.com or a custom API. From the documentation, I can see that dynamic variables are typically set using
assistantOverrides
with
variableValues
in API calls, but I don't have specific information about doing this without an API. Are you looking to define these variables directly within the Vapi dashboard interface, or do you have another integration method in mind that isn't make.com? Source: - [Vapi Documentation](https://docs.vapi.ai/assistants/dynamic-variables)
I understand you've built a pipeline in the Vapi dashboard for outbound calls and want to use custom variables without make.com or a custom API. From the documentation, I can see that dynamic variables are typically set using
assistantOverrides
with
variableValues
in API calls, but I don't have specific information about doing this without an API. Are you looking to define these variables directly within the Vapi dashboard interface, or do you have another integration method in mind that isn't make.com? Source: - [Vapi Documentation](https://docs.vapi.ai/assistants/dynamic-variables)
t
i want to mention it via a different fastapi where i have dictionary of names
s
Please checkout this video to understand in details, How to use dynamic variables

3 Views