{
  "name": "Daily financial news summary with Ollama LLM - automated email report",
  "nodes": [
    {
      "id": "de6a3f50-13db-4869-96c4-00efb1633b0d",
      "name": "Schedule Daily Trigger\t",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        240
      ]
    },
    {
      "id": "7e60e85a-8357-4fcb-a5af-37f47caa23dc",
      "name": "Fetch Financial News Webpage\t",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        240
      ]
    },
    {
      "id": "1e4d85bf-311c-4f61-972b-bfac77d085e0",
      "name": "Delay to Ensure Page Load\t",
      "type": "n8n-nodes-base.wait",
      "position": [
        440,
        240
      ]
    },
    {
      "id": "819d8425-cc56-4277-9b7b-c5de0794d2b0",
      "name": "Extract News Headlines & Text\t",
      "type": "n8n-nodes-base.html",
      "position": [
        660,
        240
      ]
    },
    {
      "id": "9e225c3b-1732-4d22-8a43-cab26c816865",
      "name": "Clean Extracted News Data\t",
      "type": "n8n-nodes-base.set",
      "position": [
        880,
        240
      ]
    },
    {
      "id": "b6a11f10-2dc4-45b9-a9fd-ba4245fa28ca",
      "name": "AI Financial News Summarizer\t",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1100,
        240
      ]
    },
    {
      "id": "04f50544-39c1-456c-ba8e-3150ae902adb",
      "name": "Email Daily Financial Summary\t",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1476,
        240
      ]
    },
    {
      "id": "2f4dab06-5786-4ab9-8a54-0b2bc56f6c22",
      "name": "LLM Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        1188,
        460
      ]
    },
    {
      "id": "3ac33bfa-1a93-495f-8f72-e10aba74543f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        580,
        -180
      ],
      "parameters": {
        "width": 320,
        "height": 320,
        "content": "📌 **Try It Out!**\n\nThis workflow auto-fetches top financial headlines, cleans the content, and uses AI to summarize it into a short investor-friendly email.\n\n🧠 Ideal for: Market analysts, finance team"
      }
    }
  ],
  "connections": {
    "LLM Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Financial News Summarizer\t",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Daily Trigger\t": {
      "main": [
        [
          {
            "node": "Fetch Financial News Webpage\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean Extracted News Data\t": {
      "main": [
        [
          {
            "node": "AI Financial News Summarizer\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Delay to Ensure Page Load\t": {
      "main": [
        [
          {
            "node": "Extract News Headlines & Text\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Financial News Summarizer\t": {
      "main": [
        [
          {
            "node": "Email Daily Financial Summary\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Financial News Webpage\t": {
      "main": [
        [
          {
            "node": "Delay to Ensure Page Load\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract News Headlines & Text\t": {
      "main": [
        [
          {
            "node": "Clean Extracted News Data\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}