{
  "name": "Automate support ticket prioritization with Jotform, Gemini AI, ClickUp tasks",
  "nodes": [
    {
      "id": "599a57cf-d6a0-41c7-9bdd-920dd2cca88c",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        -256,
        64
      ]
    },
    {
      "id": "3dc5adf0-7417-4d0f-a5b4-db2f5ea9f434",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -256,
        240
      ]
    },
    {
      "id": "a257919d-2b68-49aa-b4ae-b344d0803f9b",
      "name": "JotForm Trigger",
      "type": "n8n-nodes-base.jotFormTrigger",
      "position": [
        -896,
        80
      ]
    },
    {
      "id": "df97876e-0f8f-4b00-98c4-b87cafe114e1",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -464,
        80
      ]
    },
    {
      "id": "7de690e5-961a-461c-8139-417439c4e922",
      "name": "Create a task",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        288,
        64
      ]
    },
    {
      "id": "97321d5f-0dbd-48e7-b565-2f98d5e627ed",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -80,
        64
      ]
    },
    {
      "id": "e460a1a7-f96c-4339-9232-9c2dbbffa82f",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        16,
        272
      ]
    },
    {
      "id": "2ab1c20b-d509-493f-863e-d95317db278f",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -672,
        80
      ]
    },
    {
      "id": "3d26b89a-1b6e-493a-bbec-3ee9f2b554b1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -944,
        -16
      ],
      "parameters": {
        "width": 208,
        "height": 304,
        "content": "### JotForm Trigger on Form Submission"
      }
    },
    {
      "id": "7b309ae1-7c90-4270-b59c-ae6d381f7cd6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -16
      ],
      "parameters": {
        "width": 192,
        "height": 304,
        "content": "### Add the details in Google Sheet"
      }
    },
    {
      "id": "44d3e42a-adf4-466b-9c0b-a366c3c22a86",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        -16
      ],
      "parameters": {
        "width": 192,
        "height": 304,
        "content": "### If low severity then email otherwise slack"
      }
    },
    {
      "id": "26e3ac60-3b94-4fe3-8a20-b1860902d5e7",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -16
      ],
      "parameters": {
        "width": 192,
        "height": 432,
        "content": "### If low severity then email otherwise slack"
      }
    },
    {
      "id": "409ecc97-68e7-4d00-8c6d-bb7eb0f804c3",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        224
      ],
      "parameters": {
        "width": 304,
        "height": 192,
        "content": "### AI Model"
      }
    },
    {
      "id": "6ba99483-09e1-4c54-bdb3-b3fb776d285d",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        224,
        -16
      ],
      "parameters": {
        "width": 208,
        "height": 304,
        "content": "### Create a task on clickup"
      }
    },
    {
      "id": "169abab9-dc80-48b9-9cf3-47ab02502319",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -16
      ],
      "parameters": {
        "width": 304,
        "height": 224,
        "content": "### AI Agent to summarize the details to be added in clickup"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Slack": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Create a task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "JotForm Trigger": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append row in sheet": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}