How to attach a workflow to a vapi assistant?
I wanna give my vapi assistant(web) a workflow from vapi. How can I attach?
3 Replies
Currently, assistants and workflows are separate entities due to the nature of their functionality and use case. For configuring LLM, voice, and transcription providers, please use the conversation node to modify these settings.
For everyone struggling on this error I solved now:
You have to use the vapi sdk and make the api request on your own. Its a nice restful api with an good to follow documentation.
From there on you will have a type like inboundPhoneCall or outboundPhoneCall, your ids like workflowId or assistantId or squadId... and you will have a phoneNumber/ phoneNumberId. You will have to create a phoneNumber in the vapi dashboard and there you can call with your vapi assistant which is following your workflow!
If you need any additional information or support, feel free to reach out!