{
  "name": "Automated AI Lead Enrichment & Review Responder System",
  "flow": [
    {
      "id": 1,
      "module": "gateway:CustomWebhook",
      "version": 1,
      "parameters": {
        "hook": ""
      },
      "mapper": {},
      "metadata": {
        "designer": {
          "x": 100,
          "y": 150
        },
        "label": "Catch Inbound Webhook Lead"
      }
    },
    {
      "id": 2,
      "module": "clearbit:GetCompanyDetails",
      "version": 1,
      "parameters": {
        "email": "{{1.email}}"
      },
      "mapper": {},
      "metadata": {
        "designer": {
          "x": 280,
          "y": 150
        },
        "label": "Enrich Lead via Clearbit API"
      }
    },
    {
      "id": 3,
      "module": "openai:CreateChatCompletion",
      "version": 4,
      "parameters": {
        "model": "gpt-4o",
        "messages": [
          {
            "role": "system",
            "content": "You are a professional B2B email copywriter. Write a 3-sentence intro email."
          },
          {
            "role": "user",
            "content": "Lead Name: {{1.name}}, Company: {{2.name}}, Industry: {{2.category.industry}}, Employee Count: {{2.metrics.employees}}"
          }
        ]
      },
      "mapper": {},
      "metadata": {
        "designer": {
          "x": 460,
          "y": 150
        },
        "label": "AI Engine (Personalize Outreach Draft)"
      }
    },
    {
      "id": 4,
      "module": "hubspot:CreateContactWithNote",
      "version": 2,
      "parameters": {
        "firstname": "{{1.firstname}}",
        "lastname": "{{1.lastname}}",
        "email": "{{1.email}}",
        "note_body": "{{3.choices[1].message.content}}"
      },
      "mapper": {},
      "metadata": {
        "designer": {
          "x": 640,
          "y": 150
        },
        "label": "Log Qualified Lead in HubSpot CRM"
      }
    }
  ],
  "metadata": {
    "version": "1.0.0",
    "description": "Premium B2B Automation Blueprint Pack. Built for high-conversion agencies.",
    "author": "Digital Product Business Starter Kit",
    "platform": "Make.com"
  }
}
