{
  "name": "Analyze event feedback with sentiment analysis, Google Sheets, Slack & Email",
  "nodes": [
    {
      "id": "d1d5d86f-4051-4a37-a530-6eb74cba5ef4",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -160
      ],
      "parameters": {
        "width": 368,
        "height": 392,
        "content": "## 📊 DATA COLLECTION\nCollects feedback through:\n- Webhook submissions\n- Live poll responses\n- Session ratings\n- Attendee comments"
      }
    },
    {
      "id": "dfc65343-c894-422a-a4f4-52635e612947",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1104,
        -160
      ],
      "parameters": {
        "width": 192,
        "height": 392,
        "content": "## 🔍 ANALYSIS ENGINE\nProcesses feedback data:\n- Sentiment analysis\n- Rating aggregation\n- Keyword extraction\n- Trend identification"
      }
    },
    {
      "id": "e37ce7a7-09c8-4b4f-aeef-088e5cc27b22",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -832,
        -384
      ],
      "parameters": {
        "width": 720,
        "height": 904,
        "content": "## 📈 INSIGHTS & DELIVERY\nGenerates and distributes:\n- Real-time dashboards\n- Organizer notifications\n- Summary reports\n- Action recommendations"
      }
    },
    {
      "id": "856e30ac-16a2-40b2-a058-19be10325285",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1488,
        64
      ]
    },
    {
      "id": "3cc30aeb-a803-43cd-9588-e2510693787d",
      "name": "Extract Feedback Data",
      "type": "n8n-nodes-base.set",
      "position": [
        -1264,
        64
      ]
    },
    {
      "id": "89b8c673-faab-405f-84e9-8626bf9508a3",
      "name": "Analyze Sentiment",
      "type": "n8n-nodes-base.set",
      "position": [
        -1040,
        64
      ]
    },
    {
      "id": "6098e99d-2e3d-438a-be82-aff6f5a20ffd",
      "name": "Check Urgency",
      "type": "n8n-nodes-base.if",
      "position": [
        -816,
        -128
      ]
    },
    {
      "id": "16349786-ae4a-4332-b52e-c253598ca974",
      "name": "Log to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -592,
        -32
      ]
    },
    {
      "id": "ce54e9d6-f662-4b18-9652-80a461f2db0c",
      "name": "Aggregate Feedback",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -816,
        256
      ]
    },
    {
      "id": "8a190d49-5dd9-40f8-a71f-f7a40fd48355",
      "name": "Calculate Insights",
      "type": "n8n-nodes-base.set",
      "position": [
        -592,
        256
      ]
    },
    {
      "id": "b6298b5f-f124-4bab-a3c0-6129871253e2",
      "name": "Urgent Slack Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        -592,
        -224
      ]
    },
    {
      "id": "88e5aa40-65fd-4fcb-a14b-eb69a8ce9981",
      "name": "Summary to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        -368,
        160
      ]
    },
    {
      "id": "9268ae4b-be35-473e-b251-abca65efc6d7",
      "name": "Email Report to Organizers",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -368,
        352
      ]
    },
    {
      "id": "238f1d34-04d8-49ba-aba0-a0118ec51c4a",
      "name": "Webhook Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        -368,
        -32
      ]
    }
  ],
  "connections": {
    "Check Urgency": {
      "main": [
        [
          {
            "node": "Urgent Slack Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Log to Google Sheets",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Log to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "Extract Feedback Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Sentiment": {
      "main": [
        [
          {
            "node": "Check Urgency",
            "type": "main",
            "index": 0
          },
          {
            "node": "Aggregate Feedback",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate Feedback": {
      "main": [
        [
          {
            "node": "Calculate Insights",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Insights": {
      "main": [
        [
          {
            "node": "Summary to Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Email Report to Organizers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log to Google Sheets": {
      "main": [
        [
          {
            "node": "Webhook Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Feedback Data": {
      "main": [
        [
          {
            "node": "Analyze Sentiment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}