Pass variables to workflow on start
# support
y
how can i pass dynamic variables to workflow while starting a call as , i pass in assistant overrides custam variables how can i pass in workflow call
v
To clarify: Are you looking to pass dynamic variables directly to a workflow (not an assistant) at call start via the API, and if so, have you already tried including a
variableValues
field inside the
workflow
object in your call creation payload? If yes, could you share what result you observed? Sources: - [Vapi: Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables#using-dynamic-variables-in-a-phone-call) - [Vapi: Create Call API Reference](https://docs.vapi.ai/api-reference/calls/create)
c
Hi Yuvanshu, you need to pass the assistant overrides with variable values. These overrides will be replaced with dynamic variables during the call.
3 Views