{
  "name": "Track brand reputation with Gemini AI & Google News sentiment analysis to email",
  "nodes": [
    {
      "id": "efe4a4ea-e59a-4320-b078-bf65dcf19065",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -272,
        0
      ]
    },
    {
      "id": "3c7e95a6-6405-4033-b0a9-99584ddf24a0",
      "name": "RSS Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "bc260abd-fca1-462b-bb89-88dfbadfffb5",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "f3b41d16-5f06-4292-b373-803a3243683f",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        -32,
        0
      ]
    },
    {
      "id": "e728977b-517a-4db6-b0df-b54c9ba41b17",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        848,
        0
      ]
    },
    {
      "id": "546bfe81-3887-46f1-9266-89a04c6443a0",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        592,
        0
      ]
    },
    {
      "id": "391a4695-4ceb-4ced-9ef0-b640d3ebe24b",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1408,
        0
      ]
    },
    {
      "id": "1d6b8cc4-0f66-4add-9681-bdf3f810b9d9",
      "name": "Code in JavaScript",
      "type": "n8n-nodes-base.code",
      "position": [
        1200,
        0
      ]
    },
    {
      "id": "a12803ad-46fa-493a-95c7-cc56bbc97978",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        -176
      ],
      "parameters": {
        "width": 448,
        "height": 448,
        "content": "## How to use\n\n1. First, create a google sheets document with \nsheet name=\"page1\", A1 cell name=\"keyword\" and \nB1 cell name=\"email\".\n2. The system will read the keyword & email data when a new row dat"
      }
    }
  ],
  "connections": {
    "Limit": {
      "main": [
        [
          {
            "node": "RSS Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Read": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Code in JavaScript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}