{
  "name": "[실습 3-C] 원하는 것만 골라내기 — 조건 달기",
  "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": [
        -336,
        -112
      ],
      "id": "3865a530-86ab-458f-bfc7-e213d7506a94",
      "name": "On form submission"
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "leftValue": "",
            "typeValidation": "strict",
            "version": 3
          },
          "conditions": [
            {
              "id": "amount-gt-100000",
              "leftValue": "={{ $json['금액'] }}",
              "rightValue": 100000,
              "operator": {
                "type": "number",
                "operation": "gt"
              }
            }
          ],
          "combinator": "and"
        },
        "options": {}
      },
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.3,
      "position": [
        -112,
        -112
      ],
      "id": "08c73780-f92d-428d-b6f6-ccec1b7599ac",
      "name": "If"
    },
    {
      "parameters": {
        "authentication": "webhook",
        "content": "=📩 {{ $json['이름'] }} / {{ $json['연락처'] }} — {{ $json['금액'] }}원\n{{ $json['내용'] }}",
        "options": {}
      },
      "id": "4e42e6a9-72fc-4d3d-9978-4ee82aaf6292",
      "name": "Discord",
      "type": "n8n-nodes-base.discord",
      "typeVersion": 2,
      "position": [
        128,
        -128
      ]
    }
  ],
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If": {
      "main": [
        [
          {
            "node": "Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate",
    "availableInMCP": true
  },
  "nodeGroups": []
}
