I got this error what could be the reason @Wouter_Nigrini @Parintele_Damaskin
The ECONNRESET just means there was a temporary network error and you failed to reach the Vapi server. You can enable retries to mitigate this under the http node settings
Hey guys,
Yea…this is my approach, but i can assure over 1.8k calls daily without nay problems :
Get list from Sheets(can be ‘n’ numbers or from Data tables as long you have a column “status-Call” and all numbers have a “pending” value for example), start the call with http node, get the number, mark in same Sheet as “started”(since you have already the number), wait 2 wseconds, start new call in the loop etc.
My use case is a bit more complex since i start the camoaign from a chat ui, and i keep as well under control the workflow executions.
As you can see i use in an IF node with $runIndex >= 9 (so tehere are 10 runs), and i know that my calls are hard limited at 3 minutes, i use a wait there, so i cn mark as well the loop completion, si it can be “re-triggered” again, but with the numbers only that have values of “pending”.
It completes the subworkflow , then it starts again until there are no more pending values(and i use post call events in every service as long i don t need real-time event for websocket).
It is proofed and stable in the last 3 months.
Cant share here all workflow, but gladly i can do it if you are intereest in such approach.
EDIT:
Tried your variant before as well, but isn t reliabel, since sometimes vapi send the errors you see(maybe for knocking constantly at their door when they send you already what you need?)
@Parintele_Damaskin Thanks for sharing the workflow; it helped a lot




