{
  "name": "Scan URLs with urlscan.io and send results via Gmail",
  "nodes": [
    {
      "id": "707a9468-0824-4be6-9da0-e3723f799c5a",
      "name": "Sticky Note — How it works",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "76a366e5-b143-4ac2-89e3-e1d289c07b7b",
      "name": "Sticky Note — Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        384
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9612523c-e1c0-40b5-bef7-1c3778843e5c",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        240,
        224
      ]
    },
    {
      "id": "5425b204-ff3f-436e-b309-9aeae544c4f2",
      "name": "Perform a scan",
      "type": "n8n-nodes-base.urlScanIo",
      "position": [
        464,
        224
      ]
    },
    {
      "id": "e02bbd59-27c7-4a88-bcf7-70b44ca4abbc",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        672,
        224
      ]
    },
    {
      "id": "c30e2048-9cf4-42a5-9b3e-0b2514d9f208",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        896,
        224
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Perform a scan",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Perform a scan": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}