{
  "name": "Customer support ticket system for SMEs with Google Sheets and auto-emails",
  "nodes": [
    {
      "id": "3fe2461a-e9d2-4639-b964-e48bd47b0674",
      "name": "Extract Message",
      "type": "n8n-nodes-base.set",
      "position": [
        -272,
        -48
      ]
    },
    {
      "id": "b5629989-ecee-4602-99a0-8fa6beea24cd",
      "name": "Check Category",
      "type": "n8n-nodes-base.if",
      "position": [
        -80,
        -48
      ]
    },
    {
      "id": "671017c8-a541-4f89-98c3-b46495bf6901",
      "name": "Save Ticket",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        128,
        -144
      ]
    },
    {
      "id": "b071a224-8eab-4aad-8520-1857530c77e5",
      "name": "Send Acknowledgement",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        128,
        64
      ]
    },
    {
      "id": "597a8964-4f14-444e-b7a4-c5f5ae70ad3e",
      "name": "Capture Ticket",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -480,
        -48
      ]
    },
    {
      "id": "1a71c690-bd4a-4f08-98f0-be34b6216463",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -176
      ],
      "parameters": {
        "width": 912,
        "height": 400,
        "content": "## Flow"
      }
    },
    {
      "id": "6dacaf8d-cd80-4567-a6ec-b3774ca01b5c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        256
      ],
      "parameters": {
        "width": 912,
        "height": 1856,
        "content": "# 📝 Simplified Customer Support Automation for SMEs\n\n## 🔴 Problem\n\nSmall and medium-sized enterprises (SMEs) often spend significant time managing customer support manually.\n\n* Incoming requests are s"
      }
    }
  ],
  "connections": {
    "Capture Ticket": {
      "main": [
        [
          {
            "node": "Extract Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Category": {
      "main": [
        [
          {
            "node": "Save Ticket",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Acknowledgement",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Message": {
      "main": [
        [
          {
            "node": "Check Category",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}