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

Your email address will not be published. Required fields are marked *