Skip to content

RaihanBasha7/Auto-Leads-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

🤖 Auto Leads Logger – Automation Project

📌 Project Overview

Auto Leads Logger is an automation workflow built using Make.com that automatically captures incoming lead data, processes it, and logs it into a structured format without manual effort.

This project simulates a real-world lead management system used in marketing and sales teams.


❓ Problem Statement

Businesses often lose leads due to:

  • Manual data entry
  • Delayed response time
  • Unstructured lead information

This automation solves the problem by instantly capturing and storing leads as soon as they arrive.


🛠️ Tools & Technologies Used

  • Make.com (Core)
  • Google Forms (Response)
  • Google Sheets (Storage)
  • Gmail (Get Notified)

🔄 Workflow Explanation

1️⃣ Trigger

  • A Google Forms receives incoming lead data (name, email, phone, source).

2️⃣ Logic Processing

  • The data is stored in Google Sheets
  • And automatically sent to respected mails
  • Invalid or incomplete leads are handled safely

3️⃣ Output

  • Clean lead data is logged automatically
  • No manual intervention required

📥 Sample Input

{
  "name": "John Doe",
  "email": "john@example.com",
  "phone": "9876543210",
  "source": "Website"
}

About

Automated lead capture and logging workflow using Make.com, Google Forms, Gmail, and Google Sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors