{
  "name": "Generate AI meeting notes from Zoom with GPT-4, Google Docs & Slack",
  "nodes": [
    {
      "id": "350fef5e-f003-412d-a061-7dd3165d6055",
      "name": "Zoom Meeting Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -192,
        256
      ]
    },
    {
      "id": "ddd1c9c7-8f7c-4c1b-8075-43a27febb40d",
      "name": "Normalize Data",
      "type": "n8n-nodes-base.code",
      "position": [
        48,
        256
      ]
    },
    {
      "id": "00538f67-0cad-4e9c-ba72-d4744470c772",
      "name": "Generate AI Notes",
      "type": "n8n-nodes-base.openAi",
      "position": [
        256,
        256
      ]
    },
    {
      "id": "de229a4a-d353-4a0b-b6c4-010ca22e3e50",
      "name": "Save to Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        496,
        256
      ]
    },
    {
      "id": "07bdd64e-bdb8-470e-a3e6-604f51c2ac66",
      "name": "Post to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        720,
        256
      ]
    },
    {
      "id": "a21376f0-b3a7-4c50-ad69-81793a723242",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        -64
      ],
      "parameters": {
        "width": 432,
        "height": 384,
        "content": "## 🛠️ Setup Steps\n### 1. Zoom App\n- Go to Zoom Developer Console → create App.  \n- Enable event **`meeting.ended`**.  \n- Paste workflow webhook URL.\n\n### 2. Google Docs\n- Connect Google OAuth in n8n. "
      }
    }
  ],
  "connections": {
    "Normalize Data": {
      "main": [
        [
          {
            "node": "Generate AI Notes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate AI Notes": {
      "main": [
        [
          {
            "node": "Save to Google Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save to Google Docs": {
      "main": [
        [
          {
            "node": "Post to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Zoom Meeting Webhook": {
      "main": [
        [
          {
            "node": "Normalize Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}