{
  "name": "Daily tech news digest from Google News summarized with Llama AI and email delivery",
  "nodes": [
    {
      "id": "9ce6590f-db9d-4981-9445-6426690c9d3b",
      "name": "Schedule Daily Tech News Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -900,
        1310
      ]
    },
    {
      "id": "f97e0ede-5341-4d52-a360-b49d6741e828",
      "name": "Fetch Google Tech News",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -680,
        1310
      ]
    },
    {
      "id": "501e3abb-e82c-4fb1-84aa-458ca3a6d09e",
      "name": "Extract Tech News Articles",
      "type": "n8n-nodes-base.html",
      "position": [
        -460,
        1310
      ]
    },
    {
      "id": "15702e6e-5ee9-470a-ac3f-5c8604e97ced",
      "name": "Format Tech News Data",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        1310
      ]
    },
    {
      "id": "be8b1b53-26b7-4713-bbce-f59a7a13e940",
      "name": "AI Tech News Analyzer",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        200,
        1060
      ]
    },
    {
      "id": "5ea649f0-f389-450b-b128-26add07ff485",
      "name": "Send Tech News Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        576,
        1160
      ]
    },
    {
      "id": "1941552b-cf75-4b69-bbcc-dfe8978224c9",
      "name": "LLM - Tech News Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        288,
        1280
      ]
    },
    {
      "id": "163f6f7a-e18e-4798-a30d-ae2dda2f2ebb",
      "name": "Workflow Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -600,
        780
      ],
      "parameters": {
        "width": 420,
        "height": 380,
        "content": "🚀 **Daily Tech News Automation**\n\nThis workflow:\n• Scrapes Google News tech section daily at 8 AM\n• Extracts headlines, sources & timestamps\n• Uses AI to analyze trends and create summary\n• Sends form"
      }
    },
    {
      "id": "98d88b46-aa1d-4d41-931a-c5c280b15844",
      "name": "Check if News Found",
      "type": "n8n-nodes-base.if",
      "position": [
        -20,
        1310
      ]
    },
    {
      "id": "7b956366-8c47-4538-adce-9d9916f7a121",
      "name": "Send Error Alert",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        278,
        1460
      ]
    }
  ],
  "connections": {
    "Check if News Found": {
      "main": [
        [
          {
            "node": "AI Tech News Analyzer",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Error Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Tech News Analyzer": {
      "main": [
        [
          {
            "node": "Send Tech News Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Tech News Data": {
      "main": [
        [
          {
            "node": "Check if News Found",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LLM - Tech News Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Tech News Analyzer",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Google Tech News": {
      "main": [
        [
          {
            "node": "Extract Tech News Articles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Tech News Articles": {
      "main": [
        [
          {
            "node": "Format Tech News Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Daily Tech News Trigger": {
      "main": [
        [
          {
            "node": "Fetch Google Tech News",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}