{
  "name": "Auto-ticket maker: Convert Slack conversations into structured project tickets",
  "nodes": [
    {
      "id": "a1297b26-107e-40dd-9695-8ecb0534cacb",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -80,
        360
      ]
    },
    {
      "id": "5b67ef11-54e0-41b0-afd0-f3c4f359e513",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -520,
        100
      ]
    },
    {
      "id": "02cbd3c7-b0ac-4556-a00b-6f357ed8f7e9",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -300,
        100
      ]
    },
    {
      "id": "bee83d84-b9b6-454a-91dd-eda6087ad2fd",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        140,
        360
      ]
    },
    {
      "id": "eaccaa91-8a69-49fd-8dd4-418f4ea1dbd0",
      "name": "AI PM Wellington",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -40,
        100
      ]
    },
    {
      "id": "09a6a284-8d70-4b3b-9a66-3c9045528552",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        320,
        100
      ]
    },
    {
      "id": "bcfb3867-8c8c-45a9-a0a6-9286a42e8fdf",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1080,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "af714830-26e0-4e93-8c46-765c0ccb445c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        60
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "AI PM Wellington",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI PM Wellington",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "AI PM Wellington": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI PM Wellington",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}