{
  "name": "Transform meeting notes into tasks using GPT-4.1-mini, Notion & TickTick via Telegram",
  "nodes": [
    {
      "id": "48f3e337-2473-42a4-99f5-6ace23c84e90",
      "name": "Split Notes and Tasks",
      "type": "n8n-nodes-base.code",
      "position": [
        -680,
        380
      ]
    },
    {
      "id": "27f421a2-e3fb-4d4c-871e-02677f6a7711",
      "name": "Split Tasks",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        -480,
        380
      ]
    },
    {
      "id": "9f084303-d631-4cc0-adc0-28cff92b32bc",
      "name": "Parse Task Details",
      "type": "n8n-nodes-base.code",
      "position": [
        -280,
        380
      ]
    },
    {
      "id": "70f93203-2f4e-4c76-8f8a-ff54e2da1231",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -1540,
        140
      ]
    },
    {
      "id": "7392f10f-65f9-4bc3-9b51-58fd70c64e7c",
      "name": "Create a task",
      "type": "n8n-nodes-ticktick.tickTick",
      "position": [
        60,
        380
      ]
    },
    {
      "id": "77ba03c3-22a4-4bff-8e73-454aa13bef48",
      "name": "Wait1",
      "type": "n8n-nodes-base.wait",
      "position": [
        -100,
        380
      ]
    },
    {
      "id": "a7b52ef7-2d1c-4e31-8be7-7e3d07629b61",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1140,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "If message contain \"**Task**\" it will route to create page in Notion and add tasks"
      }
    },
    {
      "id": "8febbebe-453d-43bd-974a-95b865846a36",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "### Edit Title\nCurrent version create name in Notion \"MN [current date]\""
      }
    },
    {
      "id": "b016769c-0c7c-49d0-802e-f9282e7d6d07",
      "name": "Add-Notion-Page",
      "type": "n8n-nodes-base.notion",
      "position": [
        -80,
        160
      ]
    },
    {
      "id": "c26b088b-5fcc-4fb9-b555-550ff8426f49",
      "name": "SuccessReaction",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        160
      ]
    },
    {
      "id": "231be11f-a4ca-44f8-85ec-6e3c175c843d",
      "name": "Add-or-Edit",
      "type": "n8n-nodes-base.switch",
      "position": [
        -980,
        140
      ]
    },
    {
      "id": "bef400bc-b59f-4602-b55b-ad3d39c4425e",
      "name": "Edit-Notes",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -760,
        -120
      ]
    },
    {
      "id": "5ebe87fc-e7c7-4f8c-a25e-49ffe6760f07",
      "name": "Send-Edited-Notes",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -320,
        -220
      ]
    }
  ],
  "connections": {
    "Wait1": {
      "main": [
        [
          {
            "node": "Create a task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit-Notes": {
      "main": [
        [
          {
            "node": "Send-Edited-Notes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add-or-Edit": {
      "main": [
        [
          {
            "node": "Edit-Notes",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Split Notes and Tasks",
            "type": "main",
            "index": 0
          },
          {
            "node": "Add-Notion-Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Tasks": {
      "main": [
        [
          {
            "node": "Parse Task Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a task": {
      "main": [
        []
      ]
    },
    "Add-Notion-Page": {
      "main": [
        [
          {
            "node": "SuccessReaction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Add-or-Edit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Task Details": {
      "main": [
        [
          {
            "node": "Wait1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Notes and Tasks": {
      "main": [
        [
          {
            "node": "Split Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}