Build a Simple Notion Lead Tracker with Make Automation
I dropped a $2,000 sponsorship inquiry last year because the email got buried under a mountain of automated Google Search Console alerts. Operating as a solo creator out of Seoul, I was manually copy-pasting inbound contact form submissions into a messy spreadsheet whenever I remembered to check my inbox. By the time I replied, the agency had already partnered with another YouTube channel.
That costly mistake forced me to build a clean, automated pipeline. You do not need a bloated enterprise CRM like HubSpot or Salesforce when you are running a lean digital business. If you already use Notion for your content planner or documentation, you can turn it into an automated lead database using Make in under thirty minutes.
What You Need Before Starting
Before building your notion lead tracker automation, prepare these three essential components:
- A Notion Workspace: A free or paid Notion account with a dedicated database page.
- A Web Form Tool: Google Forms, Tally, Typeform, or a custom form plugin on WordPress.
- A Make Account: Make offers a free tier with enough monthly operations to process hundreds of leads. Paid plans generally start around the $9 to $10 per month range, but you should check Make’s official pricing page since tiers and features update over time.

Step 1: Design Your Notion Database
Keep your initial schema simple. Complexity is the enemy of maintenance when you are running solo. Open Notion, create a new database page, and add the following properties:
- Lead Name (Title property)
- Email (Email property)
- Company / Website (Text property)
- Source (Select property: YouTube, Blog, Direct, Twitter)
- Status (Status property: New, Contacted, Qualified, Closed-Won, Closed-Lost)
- Message (Text property)
- Date Received (Date property)
The mistake I made early on was adding twelve different properties including budget estimations and custom follow-up dates before I even had regular incoming traffic. Stick to capturing basic contact info and an initial inquiry message first.
Step 2: Create Your Lead Capture Form
You need a reliable form interface for prospects to submit their details. If you host a WordPress blog like I do, you can use standard plugins or simple third-party builders like Tally or Google Forms.
Ensure your form fields map cleanly to your Notion properties. At minimum, request the prospect’s full name, email address, company or website URL, and a brief description of what they need.
Step 3: Build the Scenario in Make
Make uses a visual scenario editor to wire different applications together. Here is how to configure the logical pipeline for notion lead tracker automation:
1. Add Your Trigger Module
If you are using Google Forms, webhooks, or Tally in Make, select the corresponding trigger module (such as Watch Responses or Custom Webhook). Connect your account and select your lead form. Run a single test execution by submitting a dummy lead through your form to ensure Make receives the payload cleanly.
2. Add the Notion Module
Add a second module on the scenario canvas and choose the Notion application. Select the action Create a Database Item. Authenticate your Notion account and grant Make access to the exact database page you created earlier.
3. Map Form Fields to Notion Properties
Once authenticated, Make populates the parameters based on your database structure. Click on each field and map the incoming data from your form trigger:
- Map the form’s Name field to Notion’s Title property.
- Map the form’s Email field to Notion’s Email property.
- Set the default Status property to “New”.
- Map the submission timestamp to Date Received.
4. Add an Instant Notification Module
To prevent missed deals, append a third module to deliver an immediate alert. I route mine to a dedicated Telegram bot on my phone, but you can also use a Slack or Email module to ping your main inbox whenever a new lead arrives.
Make vs Zapier for Notion Automation
Many solo creators ask why I prefer Make over Zapier for this specific task. Here is a quick comparison based on practical usage across my channels:
| Feature | Make | Zapier |
|---|---|---|
| Free Tier Limits | Generous monthly ops | Strict task limits |
| Multi-step Logic | Included on free tier | Requires paid plan |
| Visual Interface | Node-based canvas | Linear step list |
Zapier is slightly faster to configure for absolute beginners, but Make gives you significantly more control over multi-step paths without immediately forcing you into a higher monthly tier.
Where Notion and Make Fall Short
While this system costs almost nothing to maintain, it is important to understand its limitations before relying on it completely.
First, Notion is not a dedicated sales CRM. It lacks native email threading, call logging, and automated follow-up sequences. If you need to manage multi-stage enterprise sales cycles with several decision-makers, Notion will quickly feel clunky and disorganized.
Second, API rate limits can occasionally delay sync times. Notion’s API enforces strict call limits. If your form gets hit by bot spam, Make might execute hundreds of runs in minutes, consuming your plan limit. Always enable reCAPTCHA or spam protection on your intake forms before connecting them to automated scenarios.

My Take
When you are managing multiple web properties as a solo founder, every fragment of operational friction costs money. This setup handles inbound business inquiries across three of my media sites without missing a record or requiring manual data entry.
Don’t over-engineer this from day one. Start with a straightforward Notion database, a basic Make scenario, and real-time mobile notifications. Only evaluate expensive CRM options like HubSpot or Pipedrive when your inquiry volume exceeds fifty high-touch conversations per week and requires dedicated sales staff. Until then, keep your software stack light, simple, and cheap.
FAQ
Is Make hard to learn compared to Zapier?
Make has a slightly higher learning curve due to its node-based canvas, but most creators grasp the core concepts within an hour. Once you understand field mapping, it offers far more flexibility for multi-step automations at a lower cost.
Can I automatically send a confirmation email back to the lead?
Yes. You can insert a Gmail, Outlook, or email service module immediately after the Notion creation step in Make. Configure it to send an automated confirmation message acknowledging receipt of their inquiry.
What happens if Notion’s API experiences downtime?
If Notion goes down, Make will flag the module as an execution error. By enabling data retention or error handling routes inside Make, the scenario can store failed submissions and retry them automatically once Notion’s API recovers.
