{
  "name": "Summarize the new documents from Google Drive and save summary in Google Sheet",
  "nodes": [
    {
      "id": "d9df98fe-bf03-45bd-9cb9-ed32371b7970",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        100,
        500
      ]
    },
    {
      "id": "46daf9a2-0d13-49c3-8272-e366888e1960",
      "name": "Wikipedia",
      "type": "@n8n/n8n-nodes-langchain.toolWikipedia",
      "position": [
        440,
        440
      ]
    },
    {
      "id": "9dafd444-257c-4f44-9550-1dbd19dc44d4",
      "name": "Calculator",
      "type": "@n8n/n8n-nodes-langchain.toolCalculator",
      "position": [
        700,
        440
      ]
    },
    {
      "id": "259a7fa0-4b37-453e-a730-fb2fc7bc3eb0",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1040,
        540
      ]
    },
    {
      "id": "d5b63de6-bc9a-4e44-a9a2-85026a16aec7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        180
      ],
      "parameters": {
        "width": null,
        "height": 260,
        "content": "## Get Latest File\n"
      }
    },
    {
      "id": "d00720d9-a344-48c9-9c31-7c4391ecda70",
      "name": "Google Drive ",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -240,
        260
      ]
    },
    {
      "id": "4e326b5d-f116-4de7-bf4b-bac11772e54d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        400
      ],
      "parameters": {
        "width": 260,
        "height": 260,
        "content": "## Get Document Content\n"
      }
    },
    {
      "id": "b2f25e20-0c61-4af4-b2b5-dbeb20720c3b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        200
      ],
      "parameters": {
        "width": 440,
        "height": 380,
        "content": "## AI Summarization\n"
      }
    },
    {
      "id": "af9b81f3-b65d-4957-8471-978dc90970f2",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        920,
        420
      ],
      "parameters": {
        "width": 300,
        "height": 280,
        "content": "## Store Summary in Sheet\n"
      }
    },
    {
      "id": "4cd99298-968b-4a47-bcf9-b4e006d8dab0",
      "name": "Generate Summary AI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        460,
        280
      ]
    },
    {
      "id": "af7afd98-8707-4db6-acb0-796427f6e304",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 800,
        "height": 80,
        "content": "# Google Doc Summarizer to Google Sheets\n"
      }
    },
    {
      "id": "d0c4ae80-d120-457a-975d-7cfcb963b922",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        760
      ],
      "parameters": {
        "width": 1280,
        "height": null,
        "content": "## Description\nThis workflow streamlines and automates the end-to-end process of managing recently added document files in Google Drive. It begins by identifying the most recently uploaded .doc file i"
      }
    }
  ],
  "connections": {
    "Wikipedia": {
      "ai_tool": [
        [
          {
            "node": "Generate Summary AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Calculator": {
      "ai_tool": [
        [
          {
            "node": "Generate Summary AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Docs": {
      "main": [
        [
          {
            "node": "Generate Summary AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive ": {
      "main": [
        [
          {
            "node": "Google Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Summary AI": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}