I have a Google Sheets document with the records to call and Id like the workflow to call the numbers one by one and have a ending webhook call to route the returned information from the call to route to a seperate sheet.
Has anyone gotten Twilio outbound calls with ElevanLabs voice yet?
The hangup for me is the part about needing Node.js 16+ and the files needed from the conversational-ai-twilo clone from github… and for ngrok… ive yet to get trafix and docker with the ssl stuff working just yet but I can see how ngrok is just built into the docker stack easily enough with my own domain or their free one.
As far as I understand, Vapi Ai handles all this in the background, inbound and outbound. It connects quite easily with Twilio as well. But you pay for the convenience.
Isn’t the point of using Twilio/ElevenLabs directly for outbound to cut costs? So then, incorporating Vapi defeats that purpose.
Ended up only with Twilio and n8n . At the end, it s all about API calls… no yet there a “super” platform that offers all the services under the same roof.
I am working on a similar requirement where I am automating a whole interview process. I have managed to get the question - answer loop running. I am using Twilio for making calls and voice(just asking question), Deepgram for STT, OpenAI node for conducting the interview(analyzing answer,deciding relevance of answer and next action).
The interview is very much robotic and monotonous.I am working on making it more conversational and human like. Has anyone attempted any such use case? Please let me know if there is any better approach for this.
Then I strongly suggest going into Python , OpenAi-RealTime, MediaStream Twilio. (Use websockets and you will get a Speech-to-Speech conversation) and keep n8n for orchestration or do it entirely in n8n, but since latency here is the key play role…
Were you able to automate the interview? im doing the exact same thing and am running into an issue with the call back with the voice agent. could you give me a few pointers on what you did?