新しい n8n フォーム送信からアウトバウンド Vapi 電話コールを開始
中級
これはLead Nurturing, AI Chatbot分野の自動化ワークフローで、6個のノードを含みます。主にSet, Wait, FormTrigger, HttpRequestなどのノードを使用。 Vapiを使ってフォーム提出による自動音声通话のオーサリングを行う
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "Zgf81bcaaB04rjcd",
"meta": {
"instanceId": "9219ebc7795bea866f70aa3d977d54417fdf06c41944be95e20cfb60f992db19",
"templateCredsSetupCompleted": true
},
"name": "Start an outbound Vapi phone call from a new n8n form submission",
"tags": [],
"nodes": [
{
"id": "cb6ee340-933a-4699-bc0a-be7605309df7",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
158,
-284
],
"parameters": {
"width": 260,
"height": 524,
"content": "## Set Vapi fields\nYou must set the following fields that you can obtain inside your Vapi account \n- phone number id which will make the call\n- assistant id which will be enabled in the call\n- your Vapi api key\n\n## Set country code\n- insert the phone number country code. Include the + symbol and no spaces."
},
"typeVersion": 1
},
{
"id": "b5557910-7469-4937-9229-1d599ad5bf2d",
"name": "Vapiアウトバウンド通話を開始",
"type": "n8n-nodes-base.httpRequest",
"position": [
464,
80
],
"parameters": {
"url": "https://api.vapi.ai/call",
"method": "POST",
"options": {},
"jsonBody": "={\n \"assistantId\": \"{{ $json.vapiAssistantId }}\",\n \"phoneNumberId\": \"{{ $json.vapiPhoneNumberId }}\",\n \"customer\": {\n \"number\": \"{{ $('On form submission').item.json.Phone }}\"\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $json.vapiApi }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "e4039ec8-1e6e-4d59-ab3c-14727562cdae",
"name": "フィールドを設定",
"type": "n8n-nodes-base.set",
"position": [
240,
80
],
"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": "fe87d956-e2f6-4fbd-ac30-e09b3c48bb15",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-624,
-160
],
"parameters": {
"color": 4,
"width": 320,
"height": 472,
"content": "## Requirements \n### n8n form\n- A text field that takes a full international phone number including the + symbol and country code. Example for US: +11234567890.\n- Add more fields according to your use case\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- [Vapi docs](https://docs.vapi.ai/api-reference/calls/create)"
},
"typeVersion": 1
},
{
"id": "5855a19a-0c94-4ca7-ac4c-330fd7b8a194",
"name": "フォーム送信時",
"type": "n8n-nodes-base.formTrigger",
"position": [
-208,
80
],
"webhookId": "cf168bd9-dd77-4192-aa0e-0c5c5cb3341b",
"parameters": {
"options": {
"appendAttribution": false
},
"formTitle": "Lead form",
"formFields": {
"values": [
{
"fieldLabel": "Name",
"requiredField": true
},
{
"fieldType": "email",
"fieldLabel": "Email",
"requiredField": true
},
{
"fieldLabel": "Phone",
"placeholder": "Insert + symbol and country code without spaces",
"requiredField": true
}
]
}
},
"typeVersion": 2.2
},
{
"id": "3075f3b5-12d0-465a-b1ff-0b13d928f684",
"name": "2分間待機",
"type": "n8n-nodes-base.wait",
"position": [
16,
80
],
"webhookId": "dd4440b8-37f2-4f20-84ad-46a9e107fb82",
"parameters": {
"unit": "minutes",
"amount": 2
},
"typeVersion": 1.1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "28254a07-4ced-4c28-b49f-9eec8cb01a3c",
"connections": {
"3075f3b5-12d0-465a-b1ff-0b13d928f684": {
"main": [
[
{
"node": "e4039ec8-1e6e-4d59-ab3c-14727562cdae",
"type": "main",
"index": 0
}
]
]
},
"e4039ec8-1e6e-4d59-ab3c-14727562cdae": {
"main": [
[
{
"node": "b5557910-7469-4937-9229-1d599ad5bf2d",
"type": "main",
"index": 0
}
]
]
},
"5855a19a-0c94-4ca7-ac4c-330fd7b8a194": {
"main": [
[
{
"node": "3075f3b5-12d0-465a-b1ff-0b13d928f684",
"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
リードナーチャリング
新規Go High Level機会からのアウトバウンドVapiコール
Vapiを使ってGo High Levelオポチュニティからオーボンド通話を自動化
Set
Wait
Webhook
+
Set
Wait
Webhook
7 ノードAitor | 1Node
リードナーチャリング
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チャットボット
AI駆動型マルチチャネルリードリーチシステム - JotForm、Gemini AI、HeyReach
JotForm、Gemini AI、HeyReachを基盤としたAI駆動型マルチチャネルリードリーチシステム
If
Wait
Gmail
+
If
Wait
Gmail
19 ノードRahi Uppal
リードナーチャリング
ワークフロー情報
難易度
中級
ノード数6
カテゴリー2
ノードタイプ5
作成者
Aitor | 1Node
@aitoralonsoHi, I’m Aitor. At 1Node, we help businesses save up to 5 figures annually by deploying private AI infrastructure instead of relying on expensive Cloud Enterprise solutions. As n8n enthusiasts, we love exploring its possibilities and sharing free basic workflows.
外部リンク
n8n.ioで表示 →
このワークフローを共有