{
  "name": "Auto-generate meeting minutes with GPT and share from Google Drive to Slack",
  "nodes": [
    {
      "id": "af25423f-a461-4b1d-9614-c91438b3196f",
      "name": "Google Drive Trigger",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -704,
        144
      ]
    },
    {
      "id": "6049c9c7-3d0b-4eda-b309-98727bc8af8a",
      "name": "Download file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -496,
        144
      ]
    },
    {
      "id": "43d793f5-7bf8-441a-ab4e-afe05f35a9cc",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -80,
        144
      ]
    },
    {
      "id": "97a34395-14af-42f6-9103-0f993bc89e08",
      "name": "Prep transcript",
      "type": "n8n-nodes-base.code",
      "position": [
        -288,
        144
      ]
    },
    {
      "id": "f96a5216-a8f8-4e73-8ca2-b772f5918a4a",
      "name": "Make Minutes",
      "type": "n8n-nodes-base.code",
      "position": [
        272,
        144
      ]
    },
    {
      "id": "f96c7ca7-48ea-4fdd-92b8-29f15a22eff6",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        480,
        144
      ]
    },
    {
      "id": "6b557b78-cc8c-4b86-ad48-d662fc1accbd",
      "name": "Upload a file",
      "type": "n8n-nodes-base.slack",
      "position": [
        480,
        288
      ]
    },
    {
      "id": "e3f63e52-eba0-4b81-8fbf-ba835410c392",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -736,
        -192
      ],
      "parameters": {
        "width": 736,
        "height": 288,
        "content": "## Minutes generator (overview)\n**What it does**: Watches a Drive folder, downloads new transcript, summarizes via GPT, posts message + uploads Markdown minutes to Slack.\n\n**Setup**\n1. Google Drive: s"
      }
    }
  ],
  "connections": {
    "Make Minutes": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          },
          {
            "node": "Upload a file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download file": {
      "main": [
        [
          {
            "node": "Prep transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Make Minutes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prep transcript": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}