This workflow transforms n8n into a call automation system, where AI agents can talk directly with people over the phone using Twilio.
This workflow integrates Ultravox AI voice agents with Twilio’s telephony service to fully automate outbound phone calls.
Ultravox generates the AI conversation and audio, while Twilio handles the PSTN connection to the actual phone network, with the two services connected in real-time via a media stream.
AI-Powered Conversations – Leverage Ultravox agents to handle natural, real-time dialogues with customers.
Seamless Telephony Integration – Twilio ensures reliable phone call delivery worldwide.
Flexible Setup – You can easily change the target phone number, agent, or Twilio line directly in the workflow.
Scalable Outreach – Automates outbound calls for customer support, sales, or appointment reminders.
Step-by-Step Guidance – The workflow includes clear instructions for:
agent_id
, the Twilio phone number to call from (twilio_number
), and the destination phone_number
to call.medium: { twilio: {} }
). Ultravox responds with a unique joinUrl
(a WebSocket stream URL).twilio_number
to the target phone_number
. The key instruction (twiml
) tells Twilio to connect the call to the joinUrl
provided by Ultravox, effectively streaming the audio between the participant and the AI agent.Twilio Configuration:
twilio_number
value to your newly purchased Twilio number (e.g., +1xxxxxxx
).Ultravox Configuration:
agent_id
value to your Ultravox agent's ID.Execute the Call:
phone_number
value to the destination number you wish to call (e.g., +1xxxxxxxx
).Contact me for consulting and support or add me on Linkedin.