Most digital operators are bleeding cash on software they don’t use. You are likely paying $50 to $150 a month for a bloated CRM like HubSpot or Pipedrive, but you only use about 10% of its features.
โIn this Lab Journal experiment, we are going to tear down that monthly expense. We are building a custom, automated, AI-enriched CRM using tools that are either free or cost pennies per execution.
โIf you want to own your data and build a defensible no code system, here is the exact architecture.
โThe Tech Stack
- โThe Database: Notion (Free Tier)
- โThe Orchestrator: Make.com (Free Tier)
- โThe Brain: OpenAI or Anthropic API (Pennies per run)
โStep 1: The Notion Capture Board
โDon’t overcomplicate the visual interface. Go into Notion and create a simple Kanban board (a database). Create three columns: New Leads, AI Enriched, and Outreach Ready.
โAdd a few custom properties to the database cards: “Email,” “Company Website,” and “AI Summary.” This is where the magic will happen.
โStep 2: The Make.com Webhook (The Trigger)
โWe need a way to get leads into the system automatically.
Log into Make.com and create a new scenario. Your first module will be a Custom Webhook. Make will generate a unique URL for you.
โAnytime a potential client fills out a form on your website, or books a call via Calendly, you route that data to this specific webhook URL. Make.com catches it instantly.
โStep 3: The AI Enrichment Engine
โThis is where you replace human data-entry.
Connect your Webhook module to an HTTP module in Make.com that scrapes the text from the lead’s “Company Website.”
โNext, route that scraped text into an LLM module (like Claude 3.5 Haiku). Prompt the AI with this exact command:
“Analyze this website text. In three bullet points, tell me what this company sells, who their target audience is, and one potential pain point they might have.”
โStep 4: Pushing to Notion
โFinally, add a Notion module in Make.com. Set it to “Create a Database Item.”
Map the AI’s output directly into the “AI Summary” property of your Notion board, and set the card to drop into the AI Enriched column.
โThe Result
โYou no longer have to manually research your leads. Whenever a prospect books a call or fills out a form, your Make.com system intercepts it, reads their website, analyzes their business model, and drops a fully prepped briefing dossier right into your Notion board.
โYou just built a $100/mo enterprise feature for exactly zero dollars.
โStop renting bloated software. Start building your own infrastructure.


Leave a Reply