{
  "name": "Automated task creation from Google Sheets to Monday.com with status updates",
  "nodes": [
    {
      "id": "a0911000-e46e-4997-bf20-2dcc78a6a00c",
      "name": "Sticky Note63",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1392,
        10160
      ],
      "parameters": {
        "width": 1488,
        "height": 928,
        "content": "# ✅ Google Sheets to Monday.com Task Creator\n\nThis workflow checks a **Google Sheet** for new tasks (marked `Added = No`) and automatically creates them in a **Monday.com board**.  \nOnce added, the wo"
      }
    },
    {
      "id": "17687765-c41a-4418-8b7f-887ab0e3fcdc",
      "name": "Sticky Note21",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1840,
        10160
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "## ⚙️ Setup Instructions\n\n### 1️⃣ Prepare Your Google Sheet\n- Copy this template to your own Google Drive: [Google Sheet Template](https://docs.google.com/spreadsheets/d/1KRiAUbZP77dC_9x5pqrvcQvaAkUso"
      }
    },
    {
      "id": "bbff1f85-e15d-4a49-9e78-5e283939a630",
      "name": "Get new Monday Tasks",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1152,
        10880
      ]
    },
    {
      "id": "6a7a191e-f507-4e7e-8aea-3ca08c03b9d2",
      "name": "Create Monday Task",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        -288,
        10768
      ]
    },
    {
      "id": "a4fb3aaa-dcc3-44e9-8724-15ab99a589e6",
      "name": "Mark row as Completed",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -720,
        10432
      ]
    },
    {
      "id": "c40bab9e-f109-4c4a-a460-c87e6c10ec36",
      "name": "Sticky Note67",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        10416
      ],
      "parameters": {
        "width": 224,
        "height": 480,
        "content": "### 2️⃣ Connect Monday.com Node\n1. In **Monday.com** → go to your **Admin → API**  \n   - Copy your **Personal API Token**  \n   - Docs: [Generate Monday API Token](https://developer.monday.com/api-refe"
      }
    },
    {
      "id": "bfb1cf14-2e89-40de-ba2e-1d0a4aec9c6d",
      "name": "Sticky Note24",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1344,
        10592
      ],
      "parameters": {
        "width": 512,
        "height": 432,
        "content": "### 1️⃣ Prepare Your Google Sheet\n- Copy this template to your own Google Drive: [Google Sheet Template](https://docs.google.com/spreadsheets/d/1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM/edit?gid=87"
      }
    }
  ],
  "connections": {
    "Create Monday Task": {
      "main": [
        []
      ]
    },
    "Get new Monday Tasks": {
      "main": [
        [
          {
            "node": "Create Monday Task",
            "type": "main",
            "index": 0
          },
          {
            "node": "Mark row as Completed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}