{
  "name": "Automate property link shortening & QR code generation with Google Sheets and Bitly",
  "nodes": [
    {
      "id": "f6de70e3-5cc2-47e0-ad22-cb7e2bfa4b63",
      "name": "0. Google Sheets (New/Updated Row Trigger)",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "cc9738c4-f044-423f-80c6-926a0a73bf32",
      "name": "1. Shorten URL (HTTP Request - Bitly)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        256,
        0
      ]
    },
    {
      "id": "7ff26d30-70ec-440f-8ec0-7ec6157dd8c5",
      "name": "2. Generate QR Code (HTTP Request - QR Code API)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        512,
        0
      ]
    },
    {
      "id": "da72e327-4fbd-4235-a12d-18de7290de99",
      "name": "3. Update Google Sheet (Update Row)",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        752,
        0
      ]
    },
    {
      "id": "fe912fd8-9e37-4481-91f8-9dabd36ab7fa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "081be7b2-1d16-4cb5-8e79-b415044f9a2c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "1. Shorten URL (HTTP Request - Bitly)": {
      "main": [
        [
          {
            "node": "2. Generate QR Code (HTTP Request - QR Code API)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0. Google Sheets (New/Updated Row Trigger)": {
      "main": [
        [
          {
            "node": "1. Shorten URL (HTTP Request - Bitly)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. Generate QR Code (HTTP Request - QR Code API)": {
      "main": [
        [
          {
            "node": "3. Update Google Sheet (Update Row)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}