{
  "name": "Provision new employee accounts to Google Workspace, Slack, Jira, and Salesforce",
  "nodes": [
    {
      "id": "9a96c5fe-35ac-417b-9636-02c089bc18f3",
      "name": "New Hire Form",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1744,
        -160
      ]
    },
    {
      "id": "d7eb3436-93d1-43f1-96b5-be02c056dec2",
      "name": "⚙️ CONFIGURATION",
      "type": "n8n-nodes-base.set",
      "position": [
        -1520,
        -160
      ]
    },
    {
      "id": "d6cbcd7c-326c-43be-8963-f97eefa691b9",
      "name": "Create G-Suite Account",
      "type": "n8n-nodes-base.gSuiteAdmin",
      "position": [
        -1072,
        -352
      ]
    },
    {
      "id": "3c69fd90-240f-493a-86ca-aa79f4a1d516",
      "name": "Invite to General Channel",
      "type": "n8n-nodes-base.slack",
      "position": [
        -1072,
        -160
      ]
    },
    {
      "id": "b4ff05b2-c7c2-4514-9ba8-9d9b9a3a8ebc",
      "name": "Check Department",
      "type": "n8n-nodes-base.switch",
      "position": [
        -1296,
        144
      ]
    },
    {
      "id": "e4121c00-a6eb-4884-a2dd-80e4e5241b82",
      "name": "Create Jira User",
      "type": "n8n-nodes-base.jira",
      "position": [
        -1072,
        48
      ]
    },
    {
      "id": "a296eadc-33a0-4fc9-9695-9d0a857a23c7",
      "name": "Create Salesforce User",
      "type": "n8n-nodes-base.salesforce",
      "position": [
        -1072,
        240
      ]
    },
    {
      "id": "4c18aa2b-b989-4e5b-b765-d0a1934039b4",
      "name": "Sync All Tasks",
      "type": "n8n-nodes-base.merge",
      "position": [
        -848,
        -96
      ]
    },
    {
      "id": "5a8ae0f9-a971-44af-94c0-cd60e978f6b2",
      "name": "Send Welcome Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -624,
        -64
      ]
    },
    {
      "id": "bfd3e6c3-5791-4570-8dd3-2170e41dc3a0",
      "name": "Main Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2384,
        -464
      ],
      "parameters": {
        "width": 460,
        "height": 781,
        "content": "## 🚀 Orchestrate Employee Onboarding\n\nStreamline HR & IT operations by automatically provisioning accounts for new employees based on their department.\n\n## ⚙️ How it works\n1. **Receives Data**: Trigge"
      }
    },
    {
      "id": "a39d5373-5194-491f-92f9-bbf6b8b30fd7",
      "name": "Step 2 Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1168,
        -480
      ],
      "parameters": {
        "width": 311,
        "height": 895,
        "content": "###  Parallel Provisioning\nExecutes common tasks (G-Suite & Slack) simultaneously for efficiency."
      }
    }
  ],
  "connections": {
    "New Hire Form": {
      "main": [
        [
          {
            "node": "⚙️ CONFIGURATION",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sync All Tasks": {
      "main": [
        [
          {
            "node": "Send Welcome Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Department": {
      "main": [
        [
          {
            "node": "Create Jira User",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create Salesforce User",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Jira User": {
      "main": [
        [
          {
            "node": "Sync All Tasks",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "⚙️ CONFIGURATION": {
      "main": [
        [
          {
            "node": "Create G-Suite Account",
            "type": "main",
            "index": 0
          },
          {
            "node": "Invite to General Channel",
            "type": "main",
            "index": 0
          },
          {
            "node": "Check Department",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create G-Suite Account": {
      "main": [
        [
          {
            "node": "Sync All Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Salesforce User": {
      "main": [
        [
          {
            "node": "Sync All Tasks",
            "type": "main",
            "index": 3
          }
        ]
      ]
    },
    "Invite to General Channel": {
      "main": [
        [
          {
            "node": "Sync All Tasks",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  }
}