workflow for client SDK
# support
k
How can i start a call with the client SDK using workflows instead of an assistant?
v
Currently, the Vapi client SDK does not provide a documented way to start a call using a workflow ID or workflow object directly—only assistant IDs or configurations are supported in the
.start()
method.
If you need workflow-based call flows, consider using the server-side API, which supports
workflowId
as a parameter. For the latest capabilities or SDK updates, check the [official documentation](https://docs.vapi.ai/sdk/web) or reach out to Vapi support. Sources: - [Vapi Web SDK Documentation](https://docs.vapi.ai/sdk/web) - [Vapi API Reference: Create Call](https://docs.vapi.ai/api-reference/calls/create)
k
so there's no way to have a conversation with the workflow on the browser? I need to call an actual number? how does Vapi's dashobard do it? @User
a
You can test and converse with your Vapi workflow directly in the browser using the Dashboard’s “Call” button or by embedding Vapi’s Web SDK..
4 Views