{
  "name": "AI client onboarding agent: auto welcome email generator",
  "nodes": [
    {
      "id": "fc6370ed-4336-4b79-ace5-d8237948f460",
      "name": "Error Handler",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        1264,
        1456
      ]
    },
    {
      "id": "c2016a43-f619-48cd-98e5-84a4efd95594",
      "name": "Execution Completed",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1344,
        464
      ]
    },
    {
      "id": "8e7e7958-ed6e-420f-aa4f-ae84ddb456fe",
      "name": "Execution Failure",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1456,
        1456
      ]
    },
    {
      "id": "0e7be1c3-28cd-4747-a8e8-43666b762b80",
      "name": "Client Checklist",
      "type": "n8n-nodes-base.set",
      "position": [
        656,
        304
      ]
    },
    {
      "id": "c80117c6-0d0d-43cc-b986-8996e03a60a2",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        960,
        800
      ]
    },
    {
      "id": "557143d0-abaa-410d-9117-2b60fce3086e",
      "name": "Trigger on New Client Form Submission",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        208,
        304
      ]
    },
    {
      "id": "de000539-7f90-49df-9b42-1ceed11b09be",
      "name": "Extract and Structure Client Data",
      "type": "n8n-nodes-base.set",
      "position": [
        400,
        304
      ]
    },
    {
      "id": "f762750d-85c5-4932-97c7-a40817950af1",
      "name": "Personalize Using Gemini",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        848,
        304
      ]
    },
    {
      "id": "58f03de6-b01a-45bd-b3ce-85c74a17aef5",
      "name": "Send Email to Client",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1344,
        224
      ]
    },
    {
      "id": "ea83176b-628e-4775-b015-329aaccc774b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        144,
        -240
      ],
      "parameters": {
        "width": 404,
        "height": 720,
        "content": "## 🟢 Section 1 – Trigger & Client Data Capture\n\n**Nodes:**\n\n* ⏰ **Trigger on New Client Form Submission** → Fires when a new row is added in Google Sheets (from the client’s form).\n* 🧍 **Extract and S"
      }
    },
    {
      "id": "2618dfbf-cde1-4625-8cb9-f5df2c6bfd0c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        -208
      ],
      "parameters": {
        "width": 484,
        "height": 688,
        "content": "## 📑 Section 2 – Checklist & Personalization\n\n**Nodes:**\n\n* 📋 **Client Checklist** → Creates a default onboarding checklist (account setup, welcome call, docs, etc.).\n* 🧠 **Personalize Using Gemini** "
      }
    },
    {
      "id": "f8c9108a-30dc-4dd8-8297-d9edf04de5a2",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1216,
        -176
      ],
      "parameters": {
        "width": 356,
        "height": 800,
        "content": "## 📤 Section 3 – Delivery & Completion\n\n**Nodes:**\n\n* 📧 **Send Email to Client** → Sends the personalized onboarding email directly to the client’s inbox.\n* ✅ **Execution Completed** → Marks the workf"
      }
    },
    {
      "id": "d86f3557-e762-47c8-aa46-1ee2785011e5",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1232,
        1024
      ],
      "parameters": {
        "width": 356,
        "height": 640,
        "content": "## 🚨 Section 4 – Error Handling\n\n**Nodes:**\n\n* ⚠️ **Error Handler** → Captures any failure in the workflow.\n* ❌ **Execution Failure** → Defines fallback/alert action if something breaks.\n\n✅ **Beginner"
      }
    },
    {
      "id": "bddd955c-a219-4dd3-8691-7452e3ae131a",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1568,
        -480
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "c373e332-34d5-41fc-aae0-cd8fbfec950d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1568,
        -144
      ],
      "parameters": {
        "width": 1289,
        "height": 1950,
        "content": "# AI Client Onboarding Agent: Auto Welcome Email Generator\n\nThis workflow automates **welcoming new clients**. When someone submits a form, their details are pulled from Google Sheets, a personalized "
      }
    }
  ],
  "connections": {
    "Error Handler": {
      "main": [
        [
          {
            "node": "Execution Failure",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Client Checklist": {
      "main": [
        [
          {
            "node": "Personalize Using Gemini",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Personalize Using Gemini",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Personalize Using Gemini": {
      "main": [
        [
          {
            "node": "Send Email to Client",
            "type": "main",
            "index": 0
          },
          {
            "node": "Execution Completed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract and Structure Client Data": {
      "main": [
        [
          {
            "node": "Client Checklist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger on New Client Form Submission": {
      "main": [
        [
          {
            "node": "Extract and Structure Client Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}