{
  "name": "Discover daily business opportunities with Google Gemini, Sheets and Telegram",
  "nodes": [
    {
      "id": "d9a5b97c-8b98-4e09-a609-5374ad91e565",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1056,
        112
      ]
    },
    {
      "id": "be574841-0653-4d6f-b641-240569296621",
      "name": "Google News",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -832,
        -272
      ]
    },
    {
      "id": "869364b4-f121-4bf1-b162-a2d364756392",
      "name": "Crunchbase RSS",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -832,
        -80
      ]
    },
    {
      "id": "e36e34ec-135d-4485-bc3e-5675efa6f808",
      "name": "Twitter API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -832,
        304
      ]
    },
    {
      "id": "d177a047-fec6-4b1f-b0f1-91d3f66d0ebf",
      "name": "Merge Sources",
      "type": "n8n-nodes-base.function",
      "position": [
        -256,
        16
      ]
    },
    {
      "id": "4d7673f4-76b3-45f7-b883-62809637290f",
      "name": "Enrich Contacts",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        768,
        -80
      ]
    },
    {
      "id": "ebc47618-9794-459f-bbd4-d1f4341fcf6d",
      "name": "Save to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        992,
        -176
      ]
    },
    {
      "id": "b654d147-25ec-4975-871e-0e293985d64b",
      "name": "Send Telegram Alert",
      "type": "n8n-nodes-base.telegram",
      "position": [
        992,
        16
      ]
    },
    {
      "id": "6ebc86b2-3d30-4d8a-9e2c-381cbe448575",
      "name": "Merge2",
      "type": "n8n-nodes-base.merge",
      "position": [
        -480,
        16
      ]
    },
    {
      "id": "bb6c1d61-4708-4884-9682-8d53a53237d6",
      "name": "Product Hunt API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -832,
        112
      ]
    },
    {
      "id": "738ba4c9-f4d8-46fe-a374-eba81d171be1",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -32,
        16
      ]
    },
    {
      "id": "60665650-eadd-4c05-93d1-fef044099981",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        48,
        240
      ]
    },
    {
      "id": "85c3195f-3184-41df-b3e9-6ac43c26293b",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        320,
        16
      ]
    },
    {
      "id": "4f6f4770-9fee-4379-a3d5-e17d4a0f9d2b",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        544,
        16
      ]
    },
    {
      "id": "04e73628-475b-4c00-91b7-809aaf63936a",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        768,
        112
      ]
    },
    {
      "id": "b76c2b30-b238-4c59-b3dc-1abdffad21ee",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -832,
        496
      ]
    },
    {
      "id": "f408f463-9942-405c-9efc-1d4fabab3b40",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1968,
        -352
      ],
      "parameters": {
        "width": 800,
        "height": 448,
        "content": "## Daily Business Opportunity Digest\n\n\n### How it works\n1. The workflow runs daily to gather business news from Google News, Crunchbase, Product Hunt, and Twitter.\n2. A Function node merges and normal"
      }
    },
    {
      "id": "aa781ff4-a7b4-4f33-ad87-aad46511f6b2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -304
      ],
      "parameters": {
        "width": 512,
        "height": 960,
        "content": "## Gather Info"
      }
    },
    {
      "id": "b4119150-2669-4b34-882b-46e07717291e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -496,
        -80
      ],
      "parameters": {
        "width": 960,
        "height": 464,
        "content": "## Find opportunities"
      }
    },
    {
      "id": "f30ffc63-6da4-491a-9dbb-cf6015b8debd",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        496,
        -208
      ],
      "parameters": {
        "width": 704,
        "height": 512,
        "content": "## enrich data and log opportunity"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Enrich Contacts",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge2": {
      "main": [
        [
          {
            "node": "Merge Sources",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google News": {
      "main": [
        [
          {
            "node": "Merge2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Twitter API": {
      "main": [
        [
          {
            "node": "Merge2",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Google News",
            "type": "main",
            "index": 0
          },
          {
            "node": "Crunchbase RSS",
            "type": "main",
            "index": 0
          },
          {
            "node": "Twitter API",
            "type": "main",
            "index": 0
          },
          {
            "node": "Product Hunt API",
            "type": "main",
            "index": 0
          },
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Sources": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crunchbase RSS": {
      "main": [
        []
      ]
    },
    "Enrich Contacts": {
      "main": [
        [
          {
            "node": "Save to Google Sheets",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Telegram Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Product Hunt API": {
      "main": [
        []
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}