{
  "name": "Workshop Feedback Summary",
  "nodes": [
    {
      "parameters": {
        "path": "workshop-feedback-summary",
        "responseMode": "lastNode",
        "options": {}
      },
      "id": "workshop-feedback-summary-1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "notes": "Workshop-Feedback sammeln, clustern und als Zusammenfassung an das Team senden."
    },
    {
      "parameters": {},
      "id": "workshop-feedback-summary-2",
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        260,
        0
      ]
    },
    {
      "parameters": {
        "jsCode": "// Workshop Feedback Summary\nreturn [{ json: $json }];"
      },
      "id": "workshop-feedback-summary-3",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "typeVersion": 1,
      "position": [
        520,
        0
      ]
    },
    {
      "parameters": {},
      "id": "workshop-feedback-summary-4",
      "name": "Email Send",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 1,
      "position": [
        780,
        0
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "Email Send",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Europe/Berlin"
  },
  "staticData": null,
  "meta": {
    "templateId": "n8nexperten-workshop-feedback-summary",
    "description": "Workshop-Feedback sammeln, clustern und als Zusammenfassung an das Team senden.",
    "setupSteps": [
      "Feedbackformular anbinden.",
      "Bewertung, Kommentar und Thema normalisieren.",
      "Zusammenfassung erzeugen.",
      "Team-E-Mail oder Slack Update senden."
    ],
    "privacyNotes": [
      "Feedback anonymisieren, wenn keine Zuordnung nötig ist.",
      "Freitext auf personenbezogene Daten prüfen.",
      "Einwilligung für Testimonials separat einholen."
    ],
    "testPayload": {
      "rating": 5,
      "topic": "Self-Hosting",
      "comment": "Bitte mehr zu Backups.",
      "consent": true
    }
  }
}