{
  "name": "[실습 3-B] 신청 폼을 만들어 내 디스코드로 받기",
  "nodes": [
    {
      "parameters": {
        "formTitle": "문의 접수",
        "formDescription": "내용을 남겨주시면 확인 후 연락드립니다",
        "formFields": {
          "values": [
            {
              "fieldLabel": "이름",
              "requiredField": true
            },
            {
              "fieldLabel": "연락처",
              "requiredField": true
            },
            {
              "fieldLabel": "금액",
              "fieldType": "number"
            },
            {
              "fieldLabel": "내용",
              "fieldType": "textarea"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.formTrigger",
      "typeVersion": 2.6,
      "position": [
        -208,
        -16
      ],
      "id": "d065532e-537d-4135-b955-3a6bb7d98ad6",
      "name": "On form submission"
    },
    {
      "parameters": {
        "authentication": "webhook",
        "content": "=📩 {{ $json['이름'] }} / {{ $json['연락처'] }} — {{ $json['금액'] }}원\n{{ $json['내용'] }}",
        "options": {}
      },
      "id": "84ec836b-e9db-4706-9ba6-26c0dcf07df0",
      "name": "Discord",
      "type": "n8n-nodes-base.discord",
      "typeVersion": 2,
      "position": [
        16,
        -16
      ]
    }
  ],
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate",
    "availableInMCP": true
  },
  "nodeGroups": []
}
