{
  "name": "Daily overdue tasks report from ClickUp to Gmail for team accountability",
  "nodes": [
    {
      "id": "d1c1d4e7-cdf3-4fce-adb9-7294fea2cbaf",
      "name": "When clicking 'Execute workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -800,
        96
      ]
    },
    {
      "id": "3fa087f8-003c-47a6-985a-bd2c4db1f38d",
      "name": "Process Sprint Data",
      "type": "n8n-nodes-base.function",
      "position": [
        -272,
        96
      ]
    },
    {
      "id": "a357605a-2891-419d-a907-e29905b54772",
      "name": "Send Daily Report Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        256,
        96
      ]
    },
    {
      "id": "6dcd13d2-620f-492b-bf7b-ab54e6f0412a",
      "name": "Get many tasks",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        -512,
        96
      ]
    },
    {
      "id": "a9aab990-5814-49ee-8971-68c4cbf6ffec",
      "name": "creating report",
      "type": "n8n-nodes-base.function",
      "position": [
        -32,
        96
      ]
    },
    {
      "id": "515e9f2c-f8ee-45cc-8d63-0a840fb78250",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        272,
        -352
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "682299d9-fb22-49bb-84fc-68b88eb02425",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        -384
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2d79980f-2734-4fe3-a0cf-76a2c8f4fb12",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "625ab8aa-284d-43b8-ad71-8ae51b8f8a9f",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -656,
        -272
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e0fd355b-52ba-494a-987b-7d4b4eb227ba",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1056,
        -272
      ],
      "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
          }
        ]
      ]
    }
  }
}