VAPI with N8N
# support
s
Hi! I have a workflow in N8N that sends out calls in VAPI through API (HTTPS node). However, if I have multiple numbers, even if I pause the workflow, VAPI continues to make the calls. Is there a way to pause these?
r
Sure I can definitely help you on that
a
Yes, let's fix, DM
c
Hi Shaneng, To pause calls sent via Vapi through n8n, ensure you modify the Vapi workflows settings rather than relying solely on pausing the n8n workflow. Here’s what you might consider: 1. **Outbound Campaign Configuration**: When using Vapi's outbound call feature, set up the campaign with a start and pause schedule within the Vapi Dashboard itself. This can help manage when calls go out, irrespective of n8n's state. 2. **Manage Queue**: If you're using n8n to queue call requests to Vapi, you might want to control the queuing logic so that it aligns with your campaign needs. For detailed information on managing campaigns, you can refer to the [Outbound Campaigns Overview](https://docs.vapi.ai/outbound-campaigns/overview) document. Let me know if you need more information on setting up or adjusting these workflows.
3 Views