{
  "name": "Automate monthly finance reports with Google Sheets, GPT-4 analysis and Gmail",
  "nodes": [
    {
      "id": "c9b7416f-8164-4869-8c8a-3ae49f868334",
      "name": "1. Get Finance Transactions (Google Sheets)",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        380,
        140
      ]
    },
    {
      "id": "6b2dbe34-e3f0-4ca3-b5ca-3a6c3e027ad2",
      "name": "2. Filter Previous Month Transactions",
      "type": "n8n-nodes-base.function",
      "position": [
        600,
        140
      ]
    },
    {
      "id": "869519eb-0879-4f0d-8a21-4035b69df097",
      "name": "3. Generate AI Financial Insights",
      "type": "n8n-nodes-base.openAi",
      "position": [
        820,
        140
      ]
    },
    {
      "id": "d8d4588b-9761-4bef-a427-ff3282c1b12e",
      "name": "4. Send Monthly Finance Report Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1040,
        140
      ]
    },
    {
      "id": "f7d8accf-7532-4289-b564-4d2e566ff83b",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        160,
        140
      ]
    },
    {
      "id": "9931672d-4382-490b-8ed8-68f84aba39c2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        80
      ],
      "parameters": {
        "width": 1220,
        "height": 240,
        "content": "## Flow\n"
      }
    },
    {
      "id": "31db7ae7-de61-4b2e-b38b-89d33bf0ee5c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1300,
        80
      ],
      "parameters": {
        "width": 680,
        "height": 1680,
        "content": "# Workflow Documentation: Finance Monthly Report with AI Insight\n\n## Problem\n\nMany businesses struggle with manual, time-consuming financial reporting processes. This often leads to:\n* Delayed access "
      }
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "1. Get Finance Transactions (Google Sheets)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3. Generate AI Financial Insights": {
      "main": [
        [
          {
            "node": "4. Send Monthly Finance Report Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. Filter Previous Month Transactions": {
      "main": [
        [
          {
            "node": "3. Generate AI Financial Insights",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. Get Finance Transactions (Google Sheets)": {
      "main": [
        [
          {
            "node": "2. Filter Previous Month Transactions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}