새로운 Go High Level 기회에서 발신 Vapi 통화 시작
중급
이것은Lead Nurturing, AI Chatbot분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Set, Wait, Webhook, HighLevel, HttpRequest 등의 노드를 사용하며. Vapi를 사용한 Go High Level 기회에서 아웃바운드 음성 전화 자동화
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "io6gseeuMIg9Kg9s",
"meta": {
"instanceId": "9219ebc7795bea866f70aa3d977d54417fdf06c41944be95e20cfb60f992db19",
"templateCredsSetupCompleted": true
},
"name": "Start outbound Vapi calls from new Go High Level opportunities",
"tags": [],
"nodes": [
{
"id": "a3814be0-c176-4c27-8606-29abf180fb55",
"name": "메모지",
"type": "n8n-nodes-base.stickyNote",
"position": [
360,
-220
],
"parameters": {
"width": 260,
"height": 380,
"content": "## Set Vapi fields\nYou must set the \n- phone number id which will make the call\n- assistant id which will be enabled in the call\n- your Vapi api key"
},
"typeVersion": 1
},
{
"id": "37b335ac-18c6-482b-bdd6-98c66981c063",
"name": "Vapi 발신 호출 시작",
"type": "n8n-nodes-base.httpRequest",
"position": [
660,
0
],
"parameters": {
"url": "https://api.vapi.ai/call",
"method": "POST",
"options": {},
"jsonBody": "={\n \"assistantId\": \"{{ $json.vapiAssistantId }}\",\n \"phoneNumberId\": \"{{ $json.vapiPhoneNumberId }}\",\n \"customer\": {\n \"number\": \"{{ $('Get a GHL contact').item.json.phone }}\"\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $json.vapiApi }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "035c16f5-ed66-4637-bbd4-c97c367f04ab",
"name": "필드 설정",
"type": "n8n-nodes-base.set",
"position": [
440,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "f38947e1-c75a-44cc-88f9-c44fc80bada8",
"name": "vapiPhoneNumberId",
"type": "string",
"value": "insert-id"
},
{
"id": "463ed66e-e072-48dc-a75d-a3815fd07de0",
"name": "vapiAssistantId",
"type": "string",
"value": "insert-id"
},
{
"id": "93f058cd-e015-4b83-a16f-efceddafb128",
"name": "vapiApi",
"type": "string",
"value": "insert-api"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "c5462a8b-3227-4225-acfe-e5675a544127",
"name": "GHL 기회 생성됨",
"type": "n8n-nodes-base.webhook",
"position": [
-220,
0
],
"webhookId": "94788969-ef95-45c7-88ad-29b894324466",
"parameters": {
"path": "94788969-ef95-45c7-88ad-29b894324466",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 2
},
{
"id": "dcc47fda-66b7-4ecc-bdb5-50c005cf5f66",
"name": "GHL 연락처 가져오기",
"type": "n8n-nodes-base.highLevel",
"position": [
0,
0
],
"parameters": {
"contactId": "={{ $json.body.contactId }}",
"operation": "get",
"requestOptions": {}
},
"credentials": {
"highLevelOAuth2Api": {
"id": "z9uq6h2z5nCBGebZ",
"name": "HighLevel account"
}
},
"typeVersion": 2
},
{
"id": "04971310-1fc8-4ba9-bbcc-b200ff36758e",
"name": "5분 대기",
"type": "n8n-nodes-base.wait",
"position": [
220,
0
],
"webhookId": "300ec071-c5be-462f-8a72-6d970ab2b372",
"parameters": {
"unit": "minutes"
},
"typeVersion": 1.1
},
{
"id": "22531ff8-5447-469f-b179-31092efdcd4d",
"name": "메모지1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-620,
-160
],
"parameters": {
"color": 4,
"width": 320,
"height": 520,
"content": "## Requirements \n### Go High Level\n- [Go High Level](https://www.gohighlevel.com/78476a2?fp_ref=1node) account\n- Go High Level developer private app and credentials enabled in n8n\n- Webhook URL (from n8n) added in your Go High Level private app\n\n### Vapi\n- A [Vapi](https://vapi.ai/?aff=onenode) account with credit\n- A connected phone number which will make the calls\n- An assistant created and ready to make calls\n- Vapi api key \n\n### Useful links\n- [GHL docs](https://developers.gohighlevel.com/)\n- [Vapi docs](https://docs.vapi.ai/api-reference/calls/create)\n- [n8n GHL credentials](https://docs.n8n.io/integrations/builtin/credentials/highlevel/)"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "ed556e22-2852-44f9-8826-d9554f2cb950",
"connections": {
"04971310-1fc8-4ba9-bbcc-b200ff36758e": {
"main": [
[
{
"node": "035c16f5-ed66-4637-bbd4-c97c367f04ab",
"type": "main",
"index": 0
}
]
]
},
"035c16f5-ed66-4637-bbd4-c97c367f04ab": {
"main": [
[
{
"node": "37b335ac-18c6-482b-bdd6-98c66981c063",
"type": "main",
"index": 0
}
]
]
},
"dcc47fda-66b7-4ecc-bdb5-50c005cf5f66": {
"main": [
[
{
"node": "04971310-1fc8-4ba9-bbcc-b200ff36758e",
"type": "main",
"index": 0
}
]
]
},
"c5462a8b-3227-4225-acfe-e5675a544127": {
"main": [
[
{
"node": "dcc47fda-66b7-4ecc-bdb5-50c005cf5f66",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 리드 육성, AI 챗봇
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
새로운 Typeform 제출에서 발신 Vapi 전화 걸기 시작
Vapi 음성 도우미로 새로운 Typeform 제출물 자동 호출
Set
Wait
Http Request
+
Set
Wait
Http Request
6 노드Aitor | 1Node
리드 육성
새로운 n8n 양식 제출에서 발신 Vapi 전화 통화 시작
Vapi를 사용한 양식 제출에서 아웃바운드 음성 전화 자동화
Set
Wait
Form Trigger
+
Set
Wait
Form Trigger
6 노드Aitor | 1Node
리드 육성
Excel 및 VAPI 음성 도우미를 통한 레스토랑 마케팅 및 예약 자동화
Excel, VAPI 음성 도우미 및 캘린더를 사용한 레스토랑 마케팅 및 예약 자동화
Set
Code
Webhook
+
Set
Code
Webhook
11 노드Oneclick AI Squad
리드 육성
GPT-4o, Brevo, NocoDB를 사용한 영업 아웃리치 및 응답 관리 자동화
GPT-4o, Brevo 및 NocoDB를 사용한 영업 아웃리치 및 응답 관리 자동화
If
Set
Code
+
If
Set
Code
77 노드Evervise
리드 육성
다람쥐
Novita AI를 사용하여 검토되지 않은 Dolphin Mixtral 8x22B와 대화합니다.
Set
Http Request
Chat Trigger
+
Set
Http Request
Chat Trigger
6 노드Aitor | 1Node
엔지니어링
Cerebras GPT OSS 120B 모델
Cerebras 추론을 사용한 OpenAI GPT-OSS-120B 모델의 빠른 AI 채팅
Set
Http Request
Chat Trigger
+
Set
Http Request
Chat Trigger
6 노드Aitor | 1Node
AI 챗봇
워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형6
저자
Aitor | 1Node
@aitoralonsoHi, I’m Aitor. At 1Node we help businesses integrate full-scale AI solutions that save time, cut costs, and increase revenue. Guaranteed. Need help implementing AI infrastructures?
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유