{
  "name": "AI Lead Scoring",
  "nodes": [
    {
      "parameters": {},
      "name": "Airtable Trigger",
      "type": "n8n-nodes-base.airtable",
      "typeVersion": 1,
      "position": [
        300,
        300
      ],
      "notes": "// AI Lead Scoring \u2014 Airtable Trigger: CONFIGURE: replace with your credentials. See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "OpenAI Score (0-100)",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "notes": "// AI Lead Scoring \u2014 OpenAI Score (0-100): See Setup PDF p.3 for customization (15 min). AI prompt is in the OpenAI node \u2014 edit tone there.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "IF >75",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        660,
        300
      ],
      "notes": "// AI Lead Scoring \u2014 IF >75: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "HubSpot Update + Slack Hot-Lead",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        840,
        300
      ],
      "notes": "// AI Lead Scoring \u2014 HubSpot Update + Slack Hot-Lead: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Else Nurture",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        1020,
        300
      ],
      "notes": "// AI Lead Scoring \u2014 Else Nurture: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    }
  ],
  "connections": {
    "Airtable Trigger": {
      "main": [
        [
          {
            "node": "OpenAI Score (0-100)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Score (0-100)": {
      "main": [
        [
          {
            "node": "IF >75",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF >75": {
      "main": [
        [
          {
            "node": "HubSpot Update + Slack Hot-Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubSpot Update + Slack Hot-Lead": {
      "main": [
        [
          {
            "node": "Else Nurture",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "835205bc-300b-48a4-bbfe-f940f6f02ba6",
  "meta": {
    "templateId": "ai-lead-scoring",
    "pack": "Agency Automation Starter Kit",
    "tier": "pro",
    "version": "1.0.0",
    "docs": "See Setup PDF + Loom (15-min customize guide)",
    "support": "Updates free for 6 months \u2014 n8n node changes patched"
  }
}