How does web call work with workflow type of agent
# support
t
In the sdk it requires assistant id, i tried to provide workflow id but it said assistant id is required.
k
The client SDK requires an assistant ID not a workflow ID, so attach your workflow to an assistant and use that assistant’s ID in your code..
t
Hi @Kings_big💫 thank you for responding. How do you attach a workflow to assistant.
u
@Toph But I noticed that vapi updated their workflow and does not require an assistant to be attached to the workflow. This I guess is the major challenge
c
You can’t directly attach a workflow to an assistant, you'll link the workflow via MCP server or automation tools, and then add the assistant as a node within the workflow if needed..
6 Views