Issue integration about workflow
# support
r
I have created my workflow, workflow ID is: 65ead7a6-e47c-4158-9668-c23edc3edb2b I am trying to connect to my workflow using web sdk like this: api.start(65ead7a6-e47c-4158-9668-c23edc3edb2b, {}) or api.start({workflowId: 65ead7a6-e47c-4158-9668-c23edc3edb2b}) both can't work. Since assistant and workflow has been separated, I can't attach workflow to an assistant, so how I can do to connect to my workflow and work?
k
Use vapi.start(null, null, null, 'YOUR_WORKFLOW_ID'), the workflow ID must be passed as the fourth argument..
r
Thanks. Where can I find the correct usage documents? And how can I pass other parameters when calling vapi.start. Thanks very much! @Kings_big💫
k
p
Let us know if you need additional assistance