{
  "name": "Triage customer support emails with Groq AI, ClickUp and Google Sheets",
  "nodes": [
    {
      "id": "199f158d-0076-4ff5-b454-e45b6a5db767",
      "name": "Validate AI Response",
      "type": "n8n-nodes-base.code",
      "position": [
        832,
        0
      ]
    },
    {
      "id": "2c004822-6367-4ac2-b46d-df62e732d061",
      "name": "Smart Assignment & SLA",
      "type": "n8n-nodes-base.code",
      "position": [
        1040,
        0
      ]
    },
    {
      "id": "7208dd18-645f-4edf-bf11-c914315c15ac",
      "name": "Parse AI Response",
      "type": "n8n-nodes-base.code",
      "position": [
        608,
        0
      ]
    },
    {
      "id": "a6ea2d0c-473f-46ef-9e34-b0ef2f838266",
      "name": "Analysis with Grok",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "4eeb255c-ffee-4cbb-ab2d-34b91bd5b1f6",
      "name": "Assign Email Values",
      "type": "n8n-nodes-base.set",
      "position": [
        192,
        0
      ]
    },
    {
      "id": "d54bd655-8630-4e75-b810-7341efb802e0",
      "name": "Get Clickup Task URL",
      "type": "n8n-nodes-base.code",
      "position": [
        1472,
        0
      ]
    },
    {
      "id": "fa0fa3c2-05e0-4009-938a-333022e7aabe",
      "name": "Fetch Support Email list",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        -48,
        0
      ]
    },
    {
      "id": "60192d85-11aa-427e-8af8-c017f289b5e5",
      "name": "Create a Clickup task",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        1280,
        0
      ]
    },
    {
      "id": "52273516-f8d3-4df8-95fc-64c59521a538",
      "name": "Escalation Notification",
      "type": "n8n-nodes-base.slack",
      "position": [
        1104,
        304
      ]
    },
    {
      "id": "a3cb1e23-85f1-4ccb-a33a-9d5b32302e7c",
      "name": "Support Team Notification",
      "type": "n8n-nodes-base.slack",
      "position": [
        1664,
        0
      ]
    },
    {
      "id": "50dd5c57-05e2-4d38-9ebb-8d8209c39996",
      "name": "If Urgent?",
      "type": "n8n-nodes-base.if",
      "position": [
        832,
        432
      ]
    },
    {
      "id": "c8cd6c40-e088-413c-aafa-468f370c3cb9",
      "name": "Email Acknowledgement",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1104,
        528
      ]
    },
    {
      "id": "ba60e880-3b23-4484-b814-c5abd19a7368",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        -128
      ],
      "parameters": {
        "width": 864,
        "height": 368,
        "content": "## Email intake & AI analysis\nFetch emails and analyze with Grok AI"
      }
    },
    {
      "id": "cd94ec44-d976-4d18-8849-1044d96e6f04",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        768,
        -128
      ],
      "parameters": {
        "width": 448,
        "height": 368,
        "content": "## Validation & assignment\nValidate AI output and assign to teams"
      }
    },
    {
      "id": "a200d2c7-5569-4676-abda-14a3620ff4b2",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1232,
        -128
      ],
      "parameters": {
        "width": 624,
        "height": 368,
        "content": "## Task creation & notifications\nCreate ClickUp tasks and notify via Slack"
      }
    },
    {
      "id": "d453544e-a366-482c-b074-5635b47839ad",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        272
      ],
      "parameters": {
        "width": 928,
        "height": 432,
        "content": "## Logging & customer response\nLog to Google Sheets and send acknowledgment emails"
      }
    },
    {
      "id": "a8d0955f-0436-47de-8369-79a16a390d3b",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -896,
        -128
      ],
      "parameters": {
        "width": 735,
        "height": 833,
        "content": "## Customer support triage automation with AI, ClickUp and Google Sheets\n\nThis workflow automates customer support ticket triage by analyzing incoming emails with AI, categorizing them, creating tasks"
      }
    },
    {
      "id": "db741fe0-447b-4a02-a78b-c38bb64fce0c",
      "name": "Log in Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        592,
        432
      ]
    }
  ],
  "connections": {
    "If Urgent?": {
      "main": [
        [
          {
            "node": "Escalation Notification",
            "type": "main",
            "index": 0
          },
          {
            "node": "Email Acknowledgement",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email Acknowledgement",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse AI Response": {
      "main": [
        [
          {
            "node": "Validate AI Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analysis with Grok": {
      "main": [
        [
          {
            "node": "Parse AI Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Assign Email Values": {
      "main": [
        [
          {
            "node": "Analysis with Grok",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log in Google Sheet": {
      "main": [
        [
          {
            "node": "If Urgent?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Clickup Task URL": {
      "main": [
        [
          {
            "node": "Log in Google Sheet",
            "type": "main",
            "index": 0
          },
          {
            "node": "Support Team Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validate AI Response": {
      "main": [
        [
          {
            "node": "Smart Assignment & SLA",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a Clickup task": {
      "main": [
        [
          {
            "node": "Get Clickup Task URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Acknowledgement": {
      "main": [
        []
      ]
    },
    "Smart Assignment & SLA": {
      "main": [
        [
          {
            "node": "Create a Clickup task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Escalation Notification": {
      "main": [
        []
      ]
    },
    "Fetch Support Email list": {
      "main": [
        [
          {
            "node": "Assign Email Values",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Support Team Notification": {
      "main": [
        []
      ]
    }
  }
}