{
  "name": "Meeting Follow-up Automation",
  "nodes": [
    {
      "parameters": {
        "path": "meeting-follow-up",
        "responseMode": "lastNode",
        "options": {}
      },
      "id": "meeting-follow-up-1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "notes": "Nach Meetings Aufgaben, Zusammenfassung und Follow-up E-Mail automatisch vorbereiten."
    },
    {
      "parameters": {},
      "id": "meeting-follow-up-2",
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        260,
        0
      ]
    },
    {
      "parameters": {},
      "id": "meeting-follow-up-3",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        520,
        0
      ]
    },
    {
      "parameters": {},
      "id": "meeting-follow-up-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": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Email Send",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Europe/Berlin"
  },
  "staticData": null,
  "meta": {
    "templateId": "n8nexperten-meeting-follow-up",
    "description": "Nach Meetings Aufgaben, Zusammenfassung und Follow-up E-Mail automatisch vorbereiten.",
    "setupSteps": [
      "Meeting-Quelle anbinden.",
      "Teilnehmer, Thema und nächste Schritte mappen.",
      "Follow-up Vorlage texten.",
      "Aufgabe oder Deal-Notiz im Zielsystem anlegen."
    ],
    "privacyNotes": [
      "Meetingnotizen können sensible Informationen enthalten.",
      "Zusammenfassungen vor automatischem Versand prüfen.",
      "Empfänger eindeutig validieren."
    ],
    "testPayload": {
      "email": "kunde@example.com",
      "topic": "n8n Workshop",
      "nextStep": "Angebot senden",
      "dueDate": "2026-05-24"
    }
  }
}