{
  "name": "Client onboarding automation: Tally Forms to Google Drive, Notion & Slack",
  "nodes": [
    {
      "id": "e47dea40-652d-4037-b767-fb408f856738",
      "name": "Create folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        220,
        -200
      ]
    },
    {
      "id": "c248ad7e-3560-4b08-b849-313134d3fd8b",
      "name": "Create a database page",
      "type": "n8n-nodes-base.notion",
      "position": [
        880,
        -40
      ]
    },
    {
      "id": "4540bdfe-a7c3-4ec9-ade8-8f5e23bd4655",
      "name": "Edit Fields1",
      "type": "n8n-nodes-base.set",
      "position": [
        420,
        -200
      ]
    },
    {
      "id": "dff64989-c132-456c-99e7-b8dcfdd294e7",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        1060,
        -40
      ]
    },
    {
      "id": "a78e08e7-f4f2-4f30-82ba-e3d2b8843d5b",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -220,
        -80
      ]
    },
    {
      "id": "9225c3ad-2a66-4440-ba66-3b0b8ee92362",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        640,
        -40
      ]
    },
    {
      "id": "5024846e-6d16-4a52-b35e-f35afdba65b5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1020,
        -200
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": " Client Onboarding Workflow – Setup Guide\n🎯 What this workflow does:\nAutomates client onboarding from a Tally form:\n\nCreates a Google Drive folder\n\nAdds client data to a Notion database\n\nSends a Slack"
      }
    },
    {
      "id": "c8ab7998-aa90-41f9-8b7d-3505f300777b",
      "name": "Extract Client Fields",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        80
      ]
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Create a database page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Extract Client Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields1": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create folder": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Client Fields": {
      "main": [
        [
          {
            "node": "Create folder",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Create a database page": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}