{
  "name": "Capture URL screenshots from Google Sheets with ScreenshotOne & save to Drive with Gmail alerts",
  "nodes": [
    {
      "id": "cd138bff-e429-4223-ae6a-7ffcb70250ec",
      "name": "Get screenshots",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        0
      ]
    },
    {
      "id": "94825f14-fdef-41fe-ac5f-52da12e288e4",
      "name": "Get Urls",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "025bc9b7-ffa0-44e5-903b-0a382c747119",
      "name": "Upload images to the same folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        740,
        0
      ]
    },
    {
      "id": "83b6273b-1dbc-449d-9d4e-a580e3dfb9e0",
      "name": "spreadsheets file with urls created",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -80,
        0
      ]
    },
    {
      "id": "dad9be9f-44b6-4f5b-a67e-33f99c29ab3d",
      "name": "Send email with folder link",
      "type": "n8n-nodes-base.gmail",
      "position": [
        980,
        0
      ]
    },
    {
      "id": "68da222b-9960-49fb-b2c8-d2e0a8f68093",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## This node initiates the workflow by monitoring the designated folder"
      }
    },
    {
      "id": "e9679272-3aa3-4180-b9c5-9b223b7ef131",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## Ensure your spreadsheet’s ‘Url.’ column contains valid URLs"
      }
    },
    {
      "id": "030a29bc-a180-45fa-9dc7-74831d1222e7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## Replace the placeholder with your actual ScreenshotOne  [Access key](https://dash.screenshotone.com/access)"
      }
    },
    {
      "id": "a921e62a-cfc4-48cc-8202-555c6b65fc7d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## Review your email settings to ensure notifications are sent correctly"
      }
    }
  ],
  "connections": {
    "Get Urls": {
      "main": [
        [
          {
            "node": "Get screenshots",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get screenshots": {
      "main": [
        [
          {
            "node": "Upload images to the same folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload images to the same folder": {
      "main": [
        [
          {
            "node": "Send email with folder link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "spreadsheets file with urls created": {
      "main": [
        [
          {
            "node": "Get Urls",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}