{
  "name": "Automation for Real Estate Client Portal (with video)",
  "nodes": [
    {
      "id": "f53f79d1-1e02-4d68-853d-01674f5c7ff2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        -368
      ],
      "parameters": {
        "width": 416,
        "height": 176,
        "content": "## What this workflow does\nWhen new transaction added (no Drive folder, but Customer email set):\n\n1 - Create a Drive folder share it with them\n2 - Add an initial task (sign offer contract)"
      }
    },
    {
      "id": "422454d1-5466-45b1-bff9-9b5b729d0a4b",
      "name": "New Transaction Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -752,
        -80
      ]
    },
    {
      "id": "ae64acad-48f8-48ae-8877-9f353a6e9ed7",
      "name": "Filter Missing Folder & Email",
      "type": "n8n-nodes-base.filter",
      "position": [
        -560,
        -80
      ]
    },
    {
      "id": "d8c10556-e731-4eb2-b5b9-0e32d026cd36",
      "name": "Create Client Documents Folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -352,
        -80
      ]
    },
    {
      "id": "0f46e2e1-105f-47a9-b977-e3281aa42104",
      "name": "Update Transaction With Folder URL",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -144,
        -80
      ]
    },
    {
      "id": "4972f547-6fc2-4532-be6b-2c31f5044086",
      "name": "Add Initial Upload Task",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        64,
        -80
      ]
    },
    {
      "id": "doc-note-1763984564954",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1452,
        -518
      ],
      "parameters": {
        "width": 600,
        "height": 927,
        "content": "## Workflow Overview\n\nThis workflow automates the backend setup when new real estate transactions are added to your client portal. When a transaction is created with a buyer email but no document fold"
      }
    },
    {
      "id": "contact-note-1763985706683",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1452,
        -978
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "video-note-1769187077817",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -842,
        -978
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "# Video Walkthrough\n[![image.png](https://vasarmilan-public.s3.us-east-1.amazonaws.com/blog_thumbnails/thumbnail_recg2xflZyWDKDjup.jpg)](https://youtu.be/Ft3c_NPRlI8)"
      }
    }
  ],
  "connections": {
    "New Transaction Trigger": {
      "main": [
        [
          {
            "node": "Filter Missing Folder & Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Missing Folder & Email": {
      "main": [
        [
          {
            "node": "Create Client Documents Folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Client Documents Folder": {
      "main": [
        [
          {
            "node": "Update Transaction With Folder URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Transaction With Folder URL": {
      "main": [
        [
          {
            "node": "Add Initial Upload Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}