{
  "name": "Client Onboarding Checklist Trigger",
  "nodes": [
    {
      "parameters": {},
      "name": "Webhook (Intake Form)",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        300,
        300
      ],
      "notes": "// Client Onboarding Checklist Trigger \u2014 Webhook (Intake Form): CONFIGURE: replace with your credentials. See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Notion Create Page",
      "type": "n8n-nodes-base.notion",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "notes": "// Client Onboarding Checklist Trigger \u2014 Notion Create Page: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Slack Channel Create",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        660,
        300
      ],
      "notes": "// Client Onboarding Checklist Trigger \u2014 Slack Channel Create: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Gmail Welcome",
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 1,
      "position": [
        840,
        300
      ],
      "notes": "// Client Onboarding Checklist Trigger \u2014 Gmail Welcome: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Trello/Airtable Checklist",
      "type": "n8n-nodes-base.airtable",
      "typeVersion": 1,
      "position": [
        1020,
        300
      ],
      "notes": "// Client Onboarding Checklist Trigger \u2014 Trello/Airtable Checklist: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    }
  ],
  "connections": {
    "Webhook (Intake Form)": {
      "main": [
        [
          {
            "node": "Notion Create Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion Create Page": {
      "main": [
        [
          {
            "node": "Slack Channel Create",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Slack Channel Create": {
      "main": [
        [
          {
            "node": "Gmail Welcome",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail Welcome": {
      "main": [
        [
          {
            "node": "Trello/Airtable Checklist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "4028534f-26c7-4e5c-b0b9-3273238fa595",
  "meta": {
    "templateId": "client-onboarding-checklist",
    "pack": "Agency Automation Starter Kit",
    "tier": "core",
    "version": "1.0.0",
    "docs": "See Setup PDF + Loom (15-min customize guide)",
    "support": "Updates free for 6 months \u2014 n8n node changes patched"
  }
}