{
  "name": "Multi-channel customer support automation suite",
  "nodes": [
    {
      "id": "2b5c3f5d-bf7d-41be-bae2-c5785add0f07",
      "name": "Email Trigger",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        220,
        240
      ]
    },
    {
      "id": "fcccc1d7-e4d6-4f40-87bf-3eebd058a62d",
      "name": "Web Form Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        220,
        440
      ]
    },
    {
      "id": "526cdbed-260d-46e5-b47d-497a4ea1c8d8",
      "name": "Normalize Messages",
      "type": "n8n-nodes-base.function",
      "position": [
        600,
        340
      ]
    },
    {
      "id": "0aef988c-3364-4a9a-bbef-e2156febe585",
      "name": "Categorize & Prioritize",
      "type": "n8n-nodes-base.function",
      "position": [
        800,
        340
      ]
    },
    {
      "id": "d0186a2f-34b0-4c68-921f-3050f270dd1a",
      "name": "Check Auto-Response",
      "type": "n8n-nodes-base.if",
      "position": [
        1000,
        340
      ]
    },
    {
      "id": "fa5ecd58-23e9-4194-9bb5-954e6b1b7e05",
      "name": "Generate Auto-Response",
      "type": "n8n-nodes-base.function",
      "position": [
        1200,
        240
      ]
    },
    {
      "id": "67eeb519-d0d6-44f4-aef6-3897159621fb",
      "name": "Send Auto-Response",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1400,
        240
      ]
    },
    {
      "id": "352f497d-9b66-40c5-8a0a-cfac715db269",
      "name": "Notify Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1200,
        440
      ]
    },
    {
      "id": "b6eb4722-5a89-41b0-a865-f2a2ea8851c7",
      "name": "Store in CRM",
      "type": "n8n-nodes-base.function",
      "position": [
        1400,
        440
      ]
    },
    {
      "id": "92de134e-ac68-4f99-87a4-d7fcbada6a1f",
      "name": "Log Success",
      "type": "n8n-nodes-base.function",
      "position": [
        1600,
        340
      ]
    },
    {
      "id": "aec8fd1f-6a51-4f8b-b001-541646619b8a",
      "name": "Error Handler",
      "type": "n8n-nodes-base.function",
      "position": [
        1400,
        640
      ]
    },
    {
      "id": "043ceb80-fe46-4f59-8a31-dffd67144364",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        400,
        340
      ]
    },
    {
      "id": "fade1855-3973-493d-8d17-841cf1ad1097",
      "name": "Notify Error to Slack",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1600,
        640
      ]
    },
    {
      "id": "67fa2e0e-c3b8-47ba-807e-46af2720408e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        140
      ],
      "parameters": {
        "width": 389,
        "height": 464,
        "content": "## Multi-Channel Customer Support Automation\n\nThis workflow automates customer support across multiple channels.\n\n### Features:\n- 📧 Email support via IMAP\n- 🌐 Web form submissions\n- 🏷️ Automatic categ"
      }
    },
    {
      "id": "1eb04a7a-6519-4336-9588-f74b6528a6a7",
      "name": "Webhook Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1800,
        340
      ]
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Normalize Messages",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log Success": {
      "main": [
        [
          {
            "node": "Webhook Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Slack": {
      "main": [
        [
          {
            "node": "Store in CRM",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Error Handler",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Store in CRM": {
      "main": [
        [
          {
            "node": "Log Success",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Trigger": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Error Handler": {
      "main": [
        [
          {
            "node": "Notify Error to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Web Form Webhook": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Normalize Messages": {
      "main": [
        [
          {
            "node": "Categorize & Prioritize",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Auto-Response": {
      "main": [
        [
          {
            "node": "Notify Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Auto-Response": {
      "main": [
        [
          {
            "node": "Generate Auto-Response",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Notify Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Auto-Response": {
      "main": [
        [
          {
            "node": "Send Auto-Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Categorize & Prioritize": {
      "main": [
        [
          {
            "node": "Check Auto-Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}