{
  "name": "Automated ClickUp time tracking reports & task performance analytics via Gmail",
  "nodes": [
    {
      "id": "d62f9407-69b4-41d9-9977-8fd3bb43d084",
      "name": "Process Sprint Data",
      "type": "n8n-nodes-base.function",
      "position": [
        -416,
        288
      ]
    },
    {
      "id": "8883b033-77cf-4d39-b0dc-490b11c4dedf",
      "name": "Send Daily Report Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        224,
        288
      ]
    },
    {
      "id": "6627e0b3-2931-42cf-ac8a-0565d694fb3f",
      "name": "creating report",
      "type": "n8n-nodes-base.function",
      "position": [
        -64,
        288
      ]
    },
    {
      "id": "259a67a2-52d9-4c5b-93c2-6d245b25c3f2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -112
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "b12bcbbe-9b65-4e19-8e0f-0ccc06bd49d0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -192
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "12efbfc4-e75d-4c3c-a45d-d4a86146dded",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        432
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "b7f97dd4-af50-4951-96c9-feda7ff3cc22",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -656,
        -112
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "36cfc79f-1179-4765-b334-485d24a331b8",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2032,
        -80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9d8e43e9-7320-4eaa-bdb7-da8da622ae1b",
      "name": "Get All Lists (Sprints)",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        -1520,
        304
      ]
    },
    {
      "id": "6a348c15-a6a0-4e80-8294-d216d87f0f95",
      "name": "Check Lists Exist",
      "type": "n8n-nodes-base.if",
      "position": [
        -1264,
        304
      ]
    },
    {
      "id": "e25f00d1-5688-4339-8492-2cdd3ec522df",
      "name": "Find Latest Sprint",
      "type": "n8n-nodes-base.code",
      "position": [
        -992,
        288
      ]
    },
    {
      "id": "6f26a0c3-4b29-4588-8eb6-c9c92bfa3549",
      "name": "Get Tasks from Latest Sprint",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        -736,
        288
      ]
    },
    {
      "id": "61aaf594-4dc8-4545-bca0-8c2f559064ab",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1792,
        304
      ]
    },
    {
      "id": "75f51ab6-006e-4010-8874-e86e49b15ca4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1664,
        -80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "5d63e9d8-b728-43a1-bff6-5a0964bdf01b",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1072,
        448
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2ec45003-a396-4eae-ac06-f725a4e85b8c",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        -96
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "creating report": {
      "main": [
        [
          {
            "node": "Send Daily Report Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get All Lists (Sprints)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Lists Exist": {
      "main": [
        [
          {
            "node": "Find Latest Sprint",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Find Latest Sprint": {
      "main": [
        [
          {
            "node": "Get Tasks from Latest Sprint",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Sprint Data": {
      "main": [
        [
          {
            "node": "creating report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get All Lists (Sprints)": {
      "main": [
        [
          {
            "node": "Check Lists Exist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Tasks from Latest Sprint": {
      "main": [
        [
          {
            "node": "Process Sprint Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}