{
  "name": "Watchlist Enrichment",
  "nodes": [
    {
      "parameters": {},
      "id": "1",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "operation": "enrichIncomingItems",
        "tickerField": "symbol",
        "targetField": "marketSentiment",
        "days": 7,
        "sources": [
          "reddit",
          "x",
          "news"
        ],
        "includeSources": true
      },
      "id": "2",
      "name": "Market Sentiment",
      "type": "n8n-nodes-market-sentiment.marketSentiment",
      "typeVersion": 1,
      "position": [
        540,
        300
      ]
    }
  ],
  "connections": {
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Market Sentiment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}