Google Drive Automation

Google Drive Automation

Complex
High
14
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
14
Node Types
11

Node Types

agent
AI Agent
1 node
google Drive Trigger
Monitor Google Drive for New Files
1 node
google Drive
Download File from Google Drive
1 node
extract From File
Extract PDF Content
1 node
vector Store Pinecone
Insert Document into Pinecone Vector Store, Retrieve Relevant Documents from Pinecone
2 nodes
embeddings Google Gemini
Generate Document Embeddings (Google Gemini), Generate Query Embeddings (Google Gemini)
2 nodes
code
Clean and Normalize PDF Text, Generate Chat Prompt with Context
2 nodes
document Default Data Loader
Load Document Data for Processing
1 node
text Splitter Recursive Character Text Splitter
Split Document Text into Chunks
1 node
chat Trigger
Chat Message Trigger
1 node
lm Chat Open Router
OpenRouter Chat Model Interface
1 node

Workflow JSON

11.21 KB
{
  "id": "lC8xkfCSTjIiUhpk",
  "meta": {
    "instanceId": "a1f3364de0f3da48758a2641efb07c3b0d216a3a7cc93596fbed2316d6dea4ad",
    "templateCredsSetupCompleted": true
  },
  "name": "Google Drive Automation",
  "tags": [],
  "nodes": [
    {
      "id": "e7769ee7-a247-426e-b792-c095597ada54",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        320,
        700
      ],
      "parameters": {
        "text": "={{ $json.prompt }}",
        "options": {
          "systemMessage": "You are a knowledgeable and helpful assistant. Respond with clear, concise, and detailed answers formatted in markdown. Use proper markdown formatting including headings, bullet points, numbered lists, code blocks, and other structures as needed to improve readability and clarity."
        },
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "72ca46ad-891f-42f2-81d7-00e04e1c6f5f",
      "name": "Monitor Google Drive for New...

Showing first 1000 characters. Click "Expand" to view the full JSON.