Block 1 - Create Ultravox Call
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
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 Twili...
n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger, n8n-nodes-base.twilio, n8n-nodes-base.set, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis 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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated outbound calls: connect Ultravox AI agents to phone calls with Twilio |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | AI Chatbot, Multimodal AI |
| Author | Davide |
| Published | 27 Aug 2025 |
Use the JSON export at /data/workflows/7958/7958.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 Twili...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI Chatbot, Multimodal AI use case.