新規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を使用して sales 外勤業務の自動化とリスポンス管理
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で表示 →
このワークフローを共有