{
  "name": "Automate meeting minutes distribution with Google Sheets and Gmail",
  "nodes": [
    {
      "id": "aecc3b32-343b-421b-b758-e642f5e7c750",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": 176,
        "content": "## Required\n\n\n- Google account Gmail\n- Google Sheet"
      }
    },
    {
      "id": "ba8eb175-dfc8-4b58-b7ce-31d5ebed6fd0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        272,
        -352
      ],
      "parameters": {
        "width": 416,
        "height": 848,
        "content": "## 1.Workflow trigger et data gathering\n\nTrigger: Manual Trigger : run the workflow after you finish writing the meeting minutes and you’re ready to send them.\n\nNodes involved:\n\n- Manual Trigger → sta"
      }
    },
    {
      "id": "67394444-d561-468f-bc5d-14e7d73e6c48",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        704,
        -352
      ],
      "parameters": {
        "width": 560,
        "height": 848,
        "content": "## 2. Send the email\n\nPurpose: Build the meeting-minutes message from your sheet data and send it to the right recipients.\n\nNodes involved:\n\n- Code (Function) → formats content (HTML) and subject line"
      }
    },
    {
      "id": "7722b28d-8289-4b46-838d-6ef72865abed",
      "name": "Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        304,
        336
      ]
    },
    {
      "id": "9a808aca-5b56-4d5d-9f60-861e17dd85b8",
      "name": "Email with meeting minutes",
      "type": "n8n-nodes-base.gmail",
      "position": [
        928,
        336
      ]
    },
    {
      "id": "cd26d1d7-ba33-4983-acd4-f2d65f88c413",
      "name": "Generate the email",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        336
      ]
    },
    {
      "id": "3f6ccf89-ad6f-4981-b089-03305093a3ff",
      "name": "Get the data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        512,
        336
      ]
    }
  ],
  "connections": {
    "Trigger": {
      "main": [
        [
          {
            "node": "Get the data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get the data": {
      "main": [
        [
          {
            "node": "Generate the email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate the email": {
      "main": [
        [
          {
            "node": "Email with meeting minutes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}