{
  "name": "Automate client project onboarding with Google Drive, Gmail, and Slack notifications",
  "nodes": [
    {
      "id": "172ce921-4c79-4a36-a2ec-01b64dd21bad",
      "name": "Create Project Folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        200,
        -220
      ]
    },
    {
      "id": "9767a498-c0dd-48f4-a185-5b1da3c19b67",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -280
      ],
      "parameters": {
        "width": 1160,
        "height": 240,
        "content": "## Flow"
      }
    },
    {
      "id": "407f1185-9cca-43ef-a0b7-2cc0a9ecd76b",
      "name": "Notify Team Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        640,
        -220
      ]
    },
    {
      "id": "6e55e74a-aeed-48ba-9256-02237d327379",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        420,
        -220
      ]
    },
    {
      "id": "379b7a46-591a-417f-8bbb-d6512e680cb9",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        -220
      ]
    },
    {
      "id": "68e27ad8-5985-406e-9e49-4abcc7ad623c",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -240,
        -220
      ]
    },
    {
      "id": "50e3c83d-6c47-41f7-a70a-52effef4ef54",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        0
      ],
      "parameters": {
        "width": 840,
        "height": 860,
        "content": "# Brand Asset Folder Automation & Client Notification\n\n## 🧠 Problem\nCreative and digital agencies often waste time manually creating Google Drive folders for each new client or project. Project manage"
      }
    },
    {
      "id": "e445df5a-f051-43ab-ae8b-a473fe9eb50d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        540,
        0
      ],
      "parameters": {
        "width": 300,
        "height": 300,
        "content": "# Google Sheet Format\n\n### client_name\n### client_contact\n### project_type\n### deadline\n### brand_drive_folder"
      }
    }
  ],
  "connections": {
    "Gmail": {
      "main": [
        [
          {
            "node": "Notify Team Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Create Project Folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Project Folder": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}