{
  "name": "Create consulting client onboarding tasks with GPT-4, Google Sheets and Slack",
  "nodes": [
    {
      "id": "07bd105b-1190-44d1-93e1-c053ee21f3ed",
      "name": "New Client Intake Form",
      "type": "n8n-nodes-base.webhook",
      "position": [
        128,
        128
      ]
    },
    {
      "id": "041c6d4d-0ecb-403b-aefa-69170c5a64bb",
      "name": "Workflow Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        352,
        128
      ]
    },
    {
      "id": "872fa072-fb08-4d98-a8bd-1e9d204ccc69",
      "name": "Normalize Client Data",
      "type": "n8n-nodes-base.set",
      "position": [
        576,
        128
      ]
    },
    {
      "id": "cf830242-4087-4ea3-be16-9db5856bc8cb",
      "name": "Generate Onboarding Checklist",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        800,
        128
      ]
    },
    {
      "id": "4058e287-b8ef-45a3-aa34-f40b821430ec",
      "name": "Route by Project Type",
      "type": "n8n-nodes-base.switch",
      "position": [
        1152,
        112
      ]
    },
    {
      "id": "f748b31b-de13-4824-9465-af7f180867c3",
      "name": "Log to Google Sheets - Strategy",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1376,
        -64
      ]
    },
    {
      "id": "cb790008-0f9a-4525-a133-6fe29f529b87",
      "name": "Log to Google Sheets - Management",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1376,
        128
      ]
    },
    {
      "id": "3dfcd637-6395-4fb9-99fd-224d3a498ebd",
      "name": "Log to Google Sheets - IT",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1376,
        320
      ]
    },
    {
      "id": "be157be1-bdf8-4c9e-9a98-c9c393b962e8",
      "name": "Notify Strategy Consultant",
      "type": "n8n-nodes-base.slack",
      "position": [
        1600,
        -64
      ]
    },
    {
      "id": "772b5298-b5f2-4cf3-b67c-ffa66117c483",
      "name": "Notify Management Consultant",
      "type": "n8n-nodes-base.slack",
      "position": [
        1600,
        128
      ]
    },
    {
      "id": "bcea8b2e-1734-47b2-9e98-da4aff1c8c99",
      "name": "Notify IT Consultant",
      "type": "n8n-nodes-base.slack",
      "position": [
        1600,
        320
      ]
    },
    {
      "id": "e0766430-f4f5-4066-a783-0525fda159fd",
      "name": "Send Welcome Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1824,
        128
      ]
    },
    {
      "id": "a88b0726-da82-453c-8de3-890f8f85a6b7",
      "name": "Schedule Kickoff Meeting",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        2048,
        128
      ]
    },
    {
      "id": "71e577bc-0c52-4e95-a532-8ce1d4312bc7",
      "name": "Sync to CRM",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2272,
        128
      ]
    },
    {
      "id": "f8dc1762-176d-44ee-89fa-cc6085d42fba",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -64
      ],
      "parameters": {
        "width": 672,
        "height": 656,
        "content": "## Webhook & Config"
      }
    },
    {
      "id": "f4341e50-8203-41f7-b51c-b637334faf78",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        768,
        -64
      ],
      "parameters": {
        "width": 496,
        "height": 656,
        "content": "## AI Routing "
      }
    },
    {
      "id": "a4f00111-5414-4640-9790-e46416ee5839",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1296,
        -160
      ],
      "parameters": {
        "width": 496,
        "height": 656,
        "content": "## Log & Notify"
      }
    },
    {
      "id": "0a94791e-11f1-49f1-a067-9cbe994b2b1a",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1808,
        -160
      ],
      "parameters": {
        "width": 656,
        "height": 656,
        "content": "## CRM"
      }
    },
    {
      "id": "349666d6-6917-4d9c-ab7c-1da5813b8834",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -32
      ],
      "parameters": {
        "width": 336,
        "height": 576,
        "content": "## Main\nThis workflow automates consulting client onboarding, task creation, and routing. AI generates a checklist based on project type and assigns tasks to the correct team member.\n\n## Setup\n1. Conn"
      }
    }
  ],
  "connections": {
    "Send Welcome Email": {
      "main": [
        [
          {
            "node": "Schedule Kickoff Meeting",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify IT Consultant": {
      "main": [
        [
          {
            "node": "Send Welcome Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normalize Client Data": {
      "main": [
        [
          {
            "node": "Generate Onboarding Checklist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Route by Project Type": {
      "main": [
        [
          {
            "node": "Log to Google Sheets - Strategy",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Log to Google Sheets - Management",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Log to Google Sheets - IT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "New Client Intake Form": {
      "main": [
        [
          {
            "node": "Workflow Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Workflow Configuration": {
      "main": [
        [
          {
            "node": "Normalize Client Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Kickoff Meeting": {
      "main": [
        [
          {
            "node": "Sync to CRM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log to Google Sheets - IT": {
      "main": [
        [
          {
            "node": "Notify IT Consultant",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Strategy Consultant": {
      "main": [
        [
          {
            "node": "Send Welcome Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Management Consultant": {
      "main": [
        [
          {
            "node": "Send Welcome Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Onboarding Checklist": {
      "main": [
        [
          {
            "node": "Route by Project Type",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log to Google Sheets - Strategy": {
      "main": [
        [
          {
            "node": "Notify Strategy Consultant",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log to Google Sheets - Management": {
      "main": [
        [
          {
            "node": "Notify Management Consultant",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}