新しい Typeform 送信からアウトバウンド Vapi 電話通話を開始する

中級

これはLead Nurturing, AI Chatbot分野の自動化ワークフローで、6個のノードを含みます。主にSet, Wait, HttpRequest, TypeformTriggerなどのノードを使用。 Vapi音声アシスタントを使って新規のTypeform提出を自動通話

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "J617rBUQYkh2SaEZ",
  "meta": {
    "instanceId": "9219ebc7795bea866f70aa3d977d54417fdf06c41944be95e20cfb60f992db19",
    "templateCredsSetupCompleted": true
  },
  "name": "Start an outbound Vapi phone call from a new Typeform submission",
  "tags": [],
  "nodes": [
    {
      "id": "6c0ef8ff-de61-43b5-abf9-3e58e1ea082a",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        158,
        -156
      ],
      "parameters": {
        "width": 260,
        "height": 396,
        "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"
      },
      "typeVersion": 1
    },
    {
      "id": "24916d7d-9ef6-4150-b452-bdc848adfe0e",
      "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\": \"{{ $('Typeform Trigger').item.json.Phone }}\"\n    }\n}\n",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "=Bearer {{ $json.vapiApi }}"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "03574069-ce42-4a6f-8b34-b47a41b481c0",
      "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": "da806b32-09c9-4f62-8006-9145435bf956",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -624,
        -160
      ],
      "parameters": {
        "color": 4,
        "width": 320,
        "height": 488,
        "content": "## Requirements \n### Typeform\n- [Typeform](https://typeform.cello.so/e2pbXQKsijA) account\n- Typerform personal access token and credentials enabled in n8n\n- A Typeform form published that includes a phone number field\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)\n- [n8n Typeform credentials](https://docs.n8n.io/integrations/builtin/credentials/typeform/)"
      },
      "typeVersion": 1
    },
    {
      "id": "38eaeb6e-857d-4e89-bcc8-8a2b589a763b",
      "name": "2分間待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        16,
        80
      ],
      "webhookId": "f86392cf-37bc-46e0-a6c5-6f5c3ffb59b7",
      "parameters": {
        "unit": "minutes",
        "amount": 2
      },
      "typeVersion": 1.1
    },
    {
      "id": "e7da33ce-eeca-49b9-92f2-8c3b3f0cb9aa",
      "name": "Typeformトリガー",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        -208,
        80
      ],
      "webhookId": "18d84aa4-0439-42c2-83b2-b1af863c7340",
      "parameters": {
        "formId": "FW7LOAGB"
      },
      "credentials": {
        "typeformApi": {
          "id": "1UwaMkZidasC5lr5",
          "name": "Typeform account"
        }
      },
      "typeVersion": 1.1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "c1040a07-9577-4116-bd4e-05990a5a0f7a",
  "connections": {
    "38eaeb6e-857d-4e89-bcc8-8a2b589a763b": {
      "main": [
        [
          {
            "node": "03574069-ce42-4a6f-8b34-b47a41b481c0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "03574069-ce42-4a6f-8b34-b47a41b481c0": {
      "main": [
        [
          {
            "node": "24916d7d-9ef6-4150-b452-bdc848adfe0e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e7da33ce-eeca-49b9-92f2-8c3b3f0cb9aa": {
      "main": [
        [
          {
            "node": "38eaeb6e-857d-4e89-bcc8-8a2b589a763b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - リードナーチャリング, AIチャットボット

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数6
カテゴリー2
ノードタイプ5
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Aitor | 1Node

Aitor | 1Node

@aitoralonso

Hi, 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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34