{
  "name": "Automated support ticket system with Gmail, Trello, and Slack notifications",
  "nodes": [
    {
      "id": "d2d907c4-727e-4fbb-9ba5-4154c7f8327e",
      "name": "Watch Support Inbox",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "883b7b88-46af-419e-adf2-602d86696244",
      "name": "Create New Support Ticket",
      "type": "n8n-nodes-base.trello",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "bbd0b5a9-9916-464a-b2ae-fd810bdf21a5",
      "name": "Send Automatic Confirmation",
      "type": "n8n-nodes-base.gmail",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "e86342f8-f202-46b4-8f19-537b59f13ae0",
      "name": "Notify Support Team",
      "type": "n8n-nodes-base.slack",
      "position": [
        624,
        0
      ]
    },
    {
      "id": "087529b4-b2d1-480b-9fff-67ca6b8e5365",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -64
      ],
      "parameters": {
        "width": 928,
        "height": 256,
        "content": "## Flow"
      }
    },
    {
      "id": "12cd4344-0050-49d4-8a85-618c8d54c3a3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        256
      ],
      "parameters": {
        "width": 912,
        "height": 1136,
        "content": "# Workflow Note: Automated Support Ticket & Customer Notification System\n\n---\n\n### **Problem**\nUnorganized support emails are a major source of friction for small to medium-sized businesses. Without a"
      }
    }
  ],
  "connections": {
    "Watch Support Inbox": {
      "main": [
        [
          {
            "node": "Create New Support Ticket",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create New Support Ticket": {
      "main": [
        [
          {
            "node": "Send Automatic Confirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Automatic Confirmation": {
      "main": [
        [
          {
            "node": "Notify Support Team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}