Ultravox 에이전트 및 Twilio를 사용한 자동화된 통화
중급
이것은AI Chatbot, Multimodal AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 Set, Twilio, HttpRequest, ManualTrigger 등의 노드를 사용하며. 자동화된 아웃바운드 콜: Ultravox AI 에이전트를 Twilio 사용하여 전화 통화에 연결
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "2szamFl9EWRq9vWT",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Automate Call with Ultravox Agent and Twilio",
"tags": [],
"nodes": [
{
"id": "b43c0724-3e62-4d39-b23e-2bb2d7f3febf",
"name": "Ultravox 통화 생성",
"type": "n8n-nodes-base.httpRequest",
"position": [
176,
112
],
"parameters": {
"url": "=https://api.ultravox.ai/api/agents/{{ $json.agent_id }}/calls ",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "medium",
"value": "={{\n{\n twilio: {}\n}\n}}"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "o89TJFFA1zm5vR29",
"name": "Header Auth Ultravox"
}
},
"typeVersion": 4.2
},
{
"id": "a3c5dc92-9db1-41c1-ad42-c2ac256220d3",
"name": "수동 시작",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-320,
112
],
"parameters": {},
"typeVersion": 1
},
{
"id": "d69ed985-132d-417c-a073-7d48f6e42d0d",
"name": "Twilio 통화",
"type": "n8n-nodes-base.twilio",
"position": [
384,
112
],
"parameters": {
"to": "={{ $('Set Params').item.json.phone_number }}",
"from": "={{ $('Set Params').item.json.twilio_number }}",
"twiml": true,
"message": "=<Response><Connect><Stream url=\"{{ $json.joinUrl }}\"/></Connect></Response> ",
"options": {},
"resource": "call"
},
"credentials": {
"twilioApi": {
"id": "95OhsphktdjbbK8i",
"name": "Twilio account (info@n3w.it)"
}
},
"typeVersion": 1
},
{
"id": "7b8b2f16-68e2-4bda-8f20-49468166e72a",
"name": "매개변수 설정",
"type": "n8n-nodes-base.set",
"position": [
-80,
112
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "3281eadf-55e5-4aa5-b1c6-7d676d5be3ec",
"name": "agent_id",
"type": "string",
"value": "xxxxxx-xxxxx-xxxxx-xxxxxxxxxxx"
},
{
"id": "bbda4e33-1520-4973-80d8-957480e60a81",
"name": "twilio_number",
"type": "string",
"value": "+1xxxxxx"
},
{
"id": "7e031906-ae2b-4c02-9e11-43ff39a84351",
"name": "phone_number",
"type": "string",
"value": "+1xxxxxxx"
}
]
}
},
"executeOnce": false,
"typeVersion": 3.4
},
{
"id": "52f76fc0-bf28-4e56-9548-35837bdec2d8",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-832
],
"parameters": {
"color": 3,
"width": 800,
"height": 272,
"content": "## Automated Outbound Calls: connect Ultravox AI Agents to Phone Calls with Twilio\n\nThis workflow transforms n8n into a call automation system, where AI agents can talk directly with people over the phone using Twilio.\n\nThis workflow integrates Ultravox AI voice agents with Twilio’s telephony service to fully automate outbound phone calls\n\nUltravox 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."
},
"typeVersion": 1
},
{
"id": "a71aa1fb-7dcd-45e2-850d-728d3436c9f7",
"name": "스티커 메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-528
],
"parameters": {
"width": 800,
"height": 224,
"content": "## STEP 1 - Buy a Phone Number on Twilio\n- Log into your [Twilio Console](https://www.twilio.com/)\n- Navigate to Phone Numbers\n- Search for Available Numbers\n- Select Your Number\n- Click \"Buy This Number\" to finalize the purchase\n- Get \"Accound SID\" and \"Auth Token\" and set these in \"Twilio Call\" node\n- Set 'twilio_number' in \"Set Params\" node (+1xxxxxxxxxx)\n"
},
"typeVersion": 1
},
{
"id": "34a2ff34-0868-4452-ab3c-cdc1c2a72a30",
"name": "스티커 메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-272
],
"parameters": {
"width": 800,
"height": 176,
"content": "## STEP 2 - Create an Agent on Ultravox\n- Log into your [Ultravox App](https://app.ultravox.ai/)\n- Click on \"Agents\" and \"New Agent\"\n- Set Voice, Tools (optional), System Prompt\n- Save and get your Agent ID\n- Set 'agent_id' in \"Set Params\" node\n"
},
"typeVersion": 1
},
{
"id": "ff1a5d6a-8475-4c37-bb8b-403cd8d36c36",
"name": "스티커 메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-64
],
"parameters": {
"width": 800,
"height": 112,
"content": "## STEP 3 - Make a Call\n- Set your 'phone_number' in \"Set Params\" node\n- Execute WF"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "0be19839-e84f-4a06-b5f3-9c1f6f679c3e",
"connections": {
"7b8b2f16-68e2-4bda-8f20-49468166e72a": {
"main": [
[
{
"node": "b43c0724-3e62-4d39-b23e-2bb2d7f3febf",
"type": "main",
"index": 0
}
]
]
},
"d69ed985-132d-417c-a073-7d48f6e42d0d": {
"main": [
[]
]
},
"a3c5dc92-9db1-41c1-ad42-c2ac256220d3": {
"main": [
[
{
"node": "7b8b2f16-68e2-4bda-8f20-49468166e72a",
"type": "main",
"index": 0
}
]
]
},
"b43c0724-3e62-4d39-b23e-2bb2d7f3febf": {
"main": [
[
{
"node": "d69ed985-132d-417c-a073-7d48f6e42d0d",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - AI 챗봇, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
WooCommerce Nano Banana용 AI 가상 피팅
Fal.ai Nano Banana를 사용하여 WooCommerce용 가상 AI 피팅 이미지 자동 생성
If
Set
Wait
+
If
Set
Wait
20 노드Davide
콘텐츠 제작
Gemini와 Google Veo 3를 사용한 UGC 비디오 생성 및 Instagram 업로드
Gemini 및 Google Veo 3를 사용한 UGC 비디오 제작 및 Postiz를 통한 Instagram 업로드 자동화
Set
Merge
Postiz
+
Set
Merge
Postiz
13 노드Davide
콘텐츠 제작
내 인공지능 경기장 커뮤니티 경쟁
Qdrant, Mistral OCR, GPT-4를 사용하여 RAG 기반 질문 응답 시스템을 구축합니다.
Set
Code
Wait
+
Set
Code
Wait
41 노드Davide
콘텐츠 제작
Qdrant를 사용하여 완전한 RAG 시스템, 자동 문서 업데이트 기능을 포함합니다.
OpenAI, Google Gemini, Qdrant, Google Drive를 사용하여 자동 업데이트 RAG 시스템을 구축합니다.
Set
Wait
Google Drive
+
Set
Wait
Google Drive
32 노드Davide
AI RAG
Google Veo3 Fast를 사용하여 더 저렴한 비디오 생성 및 소셜 미디어 업로드
Veo3 Fast를 통해 저비용 AI 비디오 생성 및 YouTube, TikTok 업로드
If
Set
Wait
+
If
Set
Wait
23 노드Davide
콘텐츠 제작
대화형 가상 인물 비디오 생성 및 TikTok에 게시
Elevenlabs와 Infinitalk을 사용하여 말할 수 있는 가상 인물 비디오를 만들고 TikTok에 자동으로 게시하기
If
Set
Wait
+
If
Set
Wait
24 노드Davide
콘텐츠 제작
워크플로우 정보
난이도
중급
노드 수8
카테고리2
노드 유형5
저자
Davide
@n3witaliaFull-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유