adrian
06/19/2025, 7:52 PMVapi Support Bot
06/19/2025, 7:54 PM.start({ workflowId: 'YOUR_WORKFLOW_ID' })
, without needing a callUrl to Daily. This launches the workflow in your web app ([docs](https://docs.vapi.ai/sdk/web), [changelog](https://docs.vapi.ai/changelog/2025/5/6)).
Quick example:
js
import Vapi from '@vapi-ai/web';
const vapi = new Vapi('YOUR_PUBLIC_API_KEY');
vapi.start({ workflowId: 'YOUR_WORKFLOW_ID' });
Could you clarify if you want to trigger the workflow with custom user data or just start the default workflow flow?
Sources:
- [Vapi Web SDK Documentation](https://docs.vapi.ai/sdk/web)
- [Vapi Workflows Documentation](https://docs.vapi.ai/workflows)
- [Vapi Changelog May 6, 2025](https://docs.vapi.ai/changelog/2025/5/6)adrian
06/19/2025, 8:04 PMSahil
06/20/2025, 6:56 PM