{
  "name": "Formular zu Google Sheets Plus",
  "nodes": [
    {
      "parameters": {
        "path": "formular-google-sheets-plus",
        "responseMode": "lastNode",
        "options": {}
      },
      "id": "formular-google-sheets-plus-1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "notes": "Formularantworten validieren, deduplizieren und strukturiert in Google Sheets speichern."
    },
    {
      "parameters": {},
      "id": "formular-google-sheets-plus-2",
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        260,
        0
      ]
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{ $json.status || \"ok\" }}",
              "operation": "isNotEmpty"
            }
          ]
        }
      },
      "id": "formular-google-sheets-plus-3",
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        520,
        0
      ]
    },
    {
      "parameters": {},
      "id": "formular-google-sheets-plus-4",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 1,
      "position": [
        780,
        0
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Europe/Berlin"
  },
  "staticData": null,
  "meta": {
    "templateId": "n8nexperten-formular-google-sheets-plus",
    "description": "Formularantworten validieren, deduplizieren und strukturiert in Google Sheets speichern.",
    "setupSteps": [
      "Tabellenspalten festlegen.",
      "Payload validieren.",
      "Duplikate nach E-Mail prüfen.",
      "Zeile einfügen oder aktualisieren."
    ],
    "privacyNotes": [
      "Google Sheets Datenschutz prüfen.",
      "Tabellenfreigaben begrenzen.",
      "Sensible Felder vermeiden."
    ],
    "testPayload": {
      "email": "lead@example.com",
      "name": "Lead Name",
      "source": "website",
      "consent": true
    }
  }
}