8
n8n 한국어amn8n.com

새로운 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