Overview
Lead scoring automatically ranks prospects based on criteria like demographics, behavior, and engagement. This helps sales teams prioritize high-value leads.Scoring Model
Standard Criteria
| Factor | Points | Data Source |
|---|---|---|
| Company size | 1-25 | Custom field |
| Industry match | 0-15 | Company field |
| Email domain | 0-10 | Contact field |
| Job title | 0-20 | Contact field |
| Website visits | 1 per visit | External data |
| Email opens | 2 per open | Email tracking |
| Content downloads | 5 per download | Activity tracking |
Setup Instructions
Step 1: Create Custom Fields
On Company:companySize(Number)industry(Select)isTargetAccount(Boolean)
leadScore(Number)leadSource(Select)jobTitle(Text)
Step 2: Create Scoring Workflow
Trigger: Record created/updated (Contact) Actions:- Code: Calculate score
- Update Record: Set leadScore
Step 3: Create Threshold Workflow
Trigger: Lead score updated Filter: Score >= 50 Actions:- Update: Set status = “Qualified”
- Create: Task for sales rep
- Send: Email alert