{
  "name": "Manage ClickUp Tasks with Natural Language via Telegram Bot and GPT-4.1",
  "nodes": [
    {
      "id": "f692d05d-839b-4975-93ce-cd16582eb2fc",
      "name": "Telegram Bot Receives Message",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        80,
        -96
      ]
    },
    {
      "id": "ae472b5f-a380-4eef-9985-a09c76601b9c",
      "name": "Ignore Bot Messages",
      "type": "n8n-nodes-base.if",
      "position": [
        304,
        -96
      ]
    },
    {
      "id": "13735844-9e30-482b-b78a-58985bea08db",
      "name": "Send User Confirmation Message",
      "type": "n8n-nodes-base.telegramTool",
      "position": [
        912,
        320
      ]
    },
    {
      "id": "63726bc9-f304-422c-9a09-5945486d7b8e",
      "name": "AI Agent: Create Task or Follow Up",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        832,
        -112
      ]
    },
    {
      "id": "a9c2661e-2bff-478e-ad96-845081b115dc",
      "name": "OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        528,
        128
      ]
    },
    {
      "id": "7723dbdc-f266-4c72-a30d-52a9d2a2857b",
      "name": "Create A Blank Task in ClickUp",
      "type": "n8n-nodes-base.clickUpTool",
      "position": [
        1168,
        128
      ]
    },
    {
      "id": "b2437311-3c97-4ec3-8df2-721ce782c760",
      "name": "Find a Task in ClickUp",
      "type": "n8n-nodes-base.clickUpTool",
      "position": [
        1328,
        128
      ]
    },
    {
      "id": "8e70d57a-b5af-49b9-8d55-0b367c9fde15",
      "name": "Update a Task in ClickUp",
      "type": "n8n-nodes-base.clickUpTool",
      "position": [
        1168,
        320
      ]
    },
    {
      "id": "d336f3be-c0c0-4e06-a2a0-d7d83500c814",
      "name": "Communicate with User",
      "type": "n8n-nodes-base.telegramTool",
      "position": [
        912,
        128
      ]
    },
    {
      "id": "a0a68d35-3bf3-49f3-bc55-a2cb98228010",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        688,
        128
      ]
    },
    {
      "id": "9b9c3096-b2d6-45dc-b264-7725a05f8a03",
      "name": "Delete a task in ClickUp",
      "type": "n8n-nodes-base.clickUpTool",
      "position": [
        1328,
        320
      ]
    },
    {
      "id": "f6f86b82-5197-4402-9ab9-38c9e82a6a7f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -688,
        -496
      ],
      "parameters": {
        "width": 660,
        "height": 1908,
        "content": "## Automatically Manage ClickUp Tasks Using a Telegram Bot\n\n## 📌 What It Does  \nThis workflow connects a Telegram bot with your ClickUp workspace, allowing you to **create**, **read**, **update**, and"
      }
    },
    {
      "id": "93756fcc-d0e0-4cd3-81ce-6a5e378aea4a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        224,
        -240
      ],
      "parameters": {
        "width": 256,
        "height": 320,
        "content": "## ⚠️ Warning\nPlease configure this node using the instructions in `Before First Use` to avoid infinite loops"
      }
    },
    {
      "id": "672c3389-daf4-4df5-b26e-d70c73509b73",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1488,
        128
      ],
      "parameters": {
        "width": 304,
        "height": 144,
        "content": "## 📌 ClickUp Setup\nBefore running this workflow, make sure to configure your ClickUp **workspace**, **folder**, **list**, and other required fields in the relevant nodes."
      }
    },
    {
      "id": "17a2c5ab-b6f5-4379-82b1-1974fbd0d390",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1488,
        320
      ],
      "parameters": {
        "width": 304,
        "height": 144,
        "content": "## ⚠️ Caution: Delete Node\nThis node will **permanently delete tasks** in ClickUp. If you're testing or unsure, consider disabling or deleting this node to avoid accidental data loss."
      }
    }
  ],
  "connections": {
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Ignore Bot Messages": {
      "main": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Communicate with User": {
      "ai_tool": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Find a Task in ClickUp": {
      "ai_tool": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a task in ClickUp": {
      "ai_tool": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a Task in ClickUp": {
      "ai_tool": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Bot Receives Message": {
      "main": [
        [
          {
            "node": "Ignore Bot Messages",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create A Blank Task in ClickUp": {
      "ai_tool": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Send User Confirmation Message": {
      "ai_tool": [
        [
          {
            "node": "AI Agent: Create Task or Follow Up",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent: Create Task or Follow Up": {
      "main": [
        []
      ]
    }
  }
}