{
  "name": "Smart email responder workflow using AI",
  "nodes": [
    {
      "id": "e485ab21-6c33-4cb1-9bd1-3fea3a1d431a",
      "name": "Gmail Trigger",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        1480,
        220
      ]
    },
    {
      "id": "d52b02ce-95aa-495f-a6b4-d5dd791f2808",
      "name": "Text Classifier",
      "type": "@n8n/n8n-nodes-langchain.textClassifier",
      "position": [
        1820,
        400
      ]
    },
    {
      "id": "adfca78f-9ce5-4345-baaa-017538e433be",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1840,
        680
      ]
    },
    {
      "id": "e7c91741-20d6-4c54-8dd5-efec164c29b3",
      "name": "Youtube Video Inquiry",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2260,
        580
      ]
    },
    {
      "id": "61243957-40d1-4fb2-ad0a-6f923587c4db",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2260,
        760
      ]
    },
    {
      "id": "a2542d02-4018-45e5-a8f2-875e669c77a3",
      "name": "Mark as Read",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2780,
        460
      ]
    },
    {
      "id": "0a1d79a3-91cf-4bf6-93bb-1482549a74dd",
      "name": "Apply Label",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2960,
        460
      ]
    },
    {
      "id": "28467e9f-a730-4545-89cb-7d2c629edd71",
      "name": "Emails from Existing Contracts",
      "type": "n8n-nodes-base.if",
      "position": [
        1640,
        220
      ]
    },
    {
      "id": "b150ab4d-dcbb-4ae6-9503-5914e39f41ac",
      "name": "Reply",
      "type": "n8n-nodes-base.if",
      "position": [
        1640,
        460
      ]
    },
    {
      "id": "1f043246-cbd0-466d-bbfd-b13131a66f03",
      "name": "QuestionsReply",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2720,
        160
      ]
    },
    {
      "id": "60d50fdc-4e7f-4ab1-a240-1be4c8ae7520",
      "name": "Google Calendar",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        2100,
        160
      ]
    },
    {
      "id": "48a8b613-54e3-4002-8830-1726a23d24aa",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        2280,
        160
      ]
    },
    {
      "id": "de676780-43c8-476d-ab8a-a692ffe4e65f",
      "name": "Google Calendar1",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        2520,
        300
      ]
    },
    {
      "id": "df5552fc-910b-4b13-81fa-0c9d98ce82d7",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        2520,
        140
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "QuestionsReply",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Reply": {
      "main": [
        [
          {
            "node": "Text Classifier",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email": {
      "main": [
        [
          {
            "node": "Mark as Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mark as Read": {
      "main": [
        [
          {
            "node": "Apply Label",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail Trigger": {
      "main": [
        [
          {
            "node": "Emails from Existing Contracts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "QuestionsReply": {
      "main": [
        [
          {
            "node": "Mark as Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Google Calendar1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Text Classifier": {
      "main": [
        [
          {
            "node": "Google Calendar",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Youtube Video Inquiry",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar1": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Youtube Video Inquiry": {
      "main": [
        [
          {
            "node": "Mark as Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Text Classifier",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Emails from Existing Contracts": {
      "main": [
        [],
        [
          {
            "node": "Reply",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}