{
  "name": "Capture and store website screenshots from Google Sheets to Drive using Dumpling AI",
  "nodes": [
    {
      "id": "4a760063-736e-4f69-8b62-2a52e86ec142",
      "name": "Watch New Row in Google Sheets",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -360,
        40
      ]
    },
    {
      "id": "1349325d-9180-4964-9d86-e35c2794a1d8",
      "name": "Request Screenshot from Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -140,
        40
      ]
    },
    {
      "id": "d00918e5-3bd5-4297-abce-26083edd10ac",
      "name": "Download Screenshot",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        80,
        40
      ]
    },
    {
      "id": "9f9d4127-b6d0-4f68-bf89-1a0ed74db216",
      "name": "Upload Screenshot to Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        300,
        40
      ]
    },
    {
      "id": "bd50b356-a07e-4f03-825b-9c1f78ae6a6a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        -180
      ],
      "parameters": {
        "width": 440,
        "height": 260,
        "content": "### 🖼️ Website Screenshot Capture from Google Sheets\n\nThis workflow watches for new rows in a Google Sheet. When a new website URL is added:\n\n1. It sends the URL to **Dumpling AI** to capture a full-p"
      }
    }
  ],
  "connections": {
    "Download Screenshot": {
      "main": [
        [
          {
            "node": "Upload Screenshot to Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Watch New Row in Google Sheets": {
      "main": [
        [
          {
            "node": "Request Screenshot from Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Request Screenshot from Dumpling AI": {
      "main": [
        [
          {
            "node": "Download Screenshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}