No Workflows in Assistants?
# support
e
I don't see workflows in assistants. Earlier we were able to add workflow to an assistant in both dashboard and through API aswell, is it depricated now? Earlier when we used the model as vapi we were able to add workflows to assistants. Now we don't see the vapi model at all in the assistants? Can someone help or clarify on this??
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
b
can you answer now please?
c
Sure! 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.
b
Then How can I connect to the workflow in a web call
c
Try using this cURL request:
Copy code
curl -X POST "https://api.vapi.ai/call/web" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflowId": "<your-workflow-id>"
  }'
2 Views