{
  "name": "Generate ClickUp weekly assignment & performance reports with Gmail",
  "nodes": [
    {
      "id": "0564d1d1-32fb-4ae1-84a4-f14db7deea71",
      "name": "When clicking 'Execute workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -784,
        96
      ]
    },
    {
      "id": "e7a26a90-7823-4f1d-8cf4-39cd29ed7114",
      "name": "Process Sprint Data",
      "type": "n8n-nodes-base.function",
      "position": [
        -304,
        96
      ]
    },
    {
      "id": "ed875d04-ddc7-49cb-b6a5-978c7b5d1413",
      "name": "Send Daily Report Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        208,
        96
      ]
    },
    {
      "id": "74c598d2-74fa-4a27-903a-0eb423c0ae07",
      "name": "Get many tasks",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        -528,
        96
      ]
    },
    {
      "id": "38729a9b-18ff-4e92-abe9-80f905ecb93e",
      "name": "creating report",
      "type": "n8n-nodes-base.function",
      "position": [
        -80,
        96
      ]
    },
    {
      "id": "ef1f4e0d-3c07-4abd-9e4c-9fed3763cd9f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "0ebb260b-aac0-49b8-b48d-095f4081feb3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        -288
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4bb2cb79-5347-4a8e-bb7b-5d34854128bc",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "db5be7b4-0583-4df1-b38e-23279626fccc",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        272
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a3ecc59a-b1f5-473a-9c2d-02cfe11239de",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -544,
        -192
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Get many tasks": {
      "main": [
        [
          {
            "node": "Process Sprint Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "creating report": {
      "main": [
        [
          {
            "node": "Send Daily Report Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Sprint Data": {
      "main": [
        [
          {
            "node": "creating report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking 'Execute workflow'": {
      "main": [
        [
          {
            "node": "Get many tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}