{
  "name": "Re-engage dormant leads with Claude emails using Crunchbase, NewsAPI, Hunter, and Gmail",
  "nodes": [
    {
      "id": "4f880962-44d0-4420-a770-e2484d90be4d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2848,
        2112
      ],
      "parameters": {
        "width": 400,
        "height": 636,
        "content": "## How it works\nThis workflow automatically re-engages dormant leads by detecting trigger events and generating personalized outreach emails.\n\n1. **Schedule** - Runs weekly (every Monday by default)\n2"
      }
    },
    {
      "id": "a8c70f32-e03f-4af5-beed-2121ebe6a0ed",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3520,
        2192
      ],
      "parameters": {
        "width": 280,
        "height": 80,
        "content": "**CRM Data**\nReplace mock data with your CRM (Salesforce, HubSpot, Pipedrive)"
      }
    },
    {
      "id": "b6655cb3-31e7-42ed-9b19-81b79d822a61",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3904,
        2000
      ],
      "parameters": {
        "width": 320,
        "height": 80,
        "content": "**Trigger Detection**\nChecks funding, news, and leadership changes in parallel"
      }
    },
    {
      "id": "69cd8b89-5ff3-40f2-a80f-046708390450",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4400,
        2192
      ],
      "parameters": {
        "width": 300,
        "height": 80,
        "content": "**AI Generation**\nClaude writes personalized re-engagement emails based on triggers"
      }
    },
    {
      "id": "86ee3b7b-b101-404f-9c55-2399ef4f2303",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4736,
        2192
      ],
      "parameters": {
        "width": 300,
        "height": 80,
        "content": "**Email Output**\nFormats and sends draft to sales rep for approval"
      }
    },
    {
      "id": "0325568b-29ca-4020-a143-3420d048818e",
      "name": "Weekly schedule trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        3344,
        2304
      ]
    },
    {
      "id": "a34ca0f0-a5b3-4b6f-89f1-b81ae2fb62ca",
      "name": "Load inactive leads (mock)",
      "type": "n8n-nodes-base.code",
      "position": [
        3552,
        2304
      ]
    },
    {
      "id": "0b604ef2-4a00-4754-9990-a2ed0693cad0",
      "name": "Filter dormant leads (90+ days)",
      "type": "n8n-nodes-base.code",
      "position": [
        3776,
        2304
      ]
    },
    {
      "id": "fc0dd085-12e6-4f31-882d-80212b9be73c",
      "name": "Check funding events (Crunchbase)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        4000,
        2112
      ]
    },
    {
      "id": "6a1a9462-aca6-4674-aefd-6cba41c3a07d",
      "name": "Check company news (NewsAPI)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        4000,
        2304
      ]
    },
    {
      "id": "ca12ba47-cf8e-46a6-8521-ba119cb15057",
      "name": "Check leadership changes (Hunter)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        4000,
        2512
      ]
    },
    {
      "id": "8bddfdd8-3b30-4f5c-945f-a7b017510a17",
      "name": "Analyze trigger events",
      "type": "n8n-nodes-base.code",
      "position": [
        4224,
        2304
      ]
    },
    {
      "id": "d23cf94e-cb29-4210-821b-422eded211e7",
      "name": "Generate re-engagement email",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        4432,
        2304
      ]
    },
    {
      "id": "3612a7cf-6b8b-4088-8d96-92a3239c2e4c",
      "name": "Claude Sonnet 4",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        4336,
        2528
      ]
    },
    {
      "id": "39482e0b-d9a0-42b0-a81b-6ba5b913ffec",
      "name": "Format notification for rep",
      "type": "n8n-nodes-base.code",
      "position": [
        4736,
        2304
      ]
    },
    {
      "id": "8ad3c4f4-3e74-4438-90fe-5be15380b849",
      "name": "Send notification (Gmail)",
      "type": "n8n-nodes-base.gmail",
      "position": [
        4992,
        2304
      ]
    },
    {
      "id": "6b6cc060-edc1-4cb4-ba4c-115e1938eaec",
      "name": "Test workflow manually",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        3344,
        2512
      ]
    }
  ],
  "connections": {
    "Claude Sonnet 4": {
      "ai_languageModel": [
        [
          {
            "node": "Generate re-engagement email",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Analyze trigger events": {
      "main": [
        [
          {
            "node": "Generate re-engagement email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Test workflow manually": {
      "main": [
        [
          {
            "node": "Load inactive leads (mock)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekly schedule trigger": {
      "main": [
        [
          {
            "node": "Load inactive leads (mock)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Load inactive leads (mock)": {
      "main": [
        [
          {
            "node": "Filter dormant leads (90+ days)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format notification for rep": {
      "main": [
        [
          {
            "node": "Send notification (Gmail)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check company news (NewsAPI)": {
      "main": [
        [
          {
            "node": "Analyze trigger events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate re-engagement email": {
      "main": [
        [
          {
            "node": "Format notification for rep",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter dormant leads (90+ days)": {
      "main": [
        [
          {
            "node": "Check funding events (Crunchbase)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Check company news (NewsAPI)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Check leadership changes (Hunter)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check funding events (Crunchbase)": {
      "main": [
        [
          {
            "node": "Analyze trigger events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check leadership changes (Hunter)": {
      "main": [
        [
          {
            "node": "Analyze trigger events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}