Skip to main content

Lead Scoring

Lead scoring automatically assigns a numeric score to each lead based on rules you define. Higher scores indicate warmer, higher-quality leads. Scores update automatically whenever a lead is created or modified.


How Scoring Worksโ€‹

  1. You define scoring rules โ€” each rule checks a field and awards (or subtracts) points.
  2. When a lead is created or updated, all active rules are evaluated against it.
  3. Points from all matching rules are summed to produce the Lead Score.
  4. The score appears on the lead card, in the leads list, and can trigger automations.

Creating a Scoring Ruleโ€‹

  1. Go to Settings โ†’ Scoring Rules in the sidebar.
  2. Click New Scoring Rule.
  3. Fill in:
FieldDescription
NameDescriptive name for the rule (e.g. "Has Email")
FieldWhich lead field to check: email, phone, source, status, first_name, last_name
OperatorHow to compare the field value
ValueThe value to compare against (leave blank for "present"/"absent" operators)
PointsPoints to add (positive) or subtract (negative) when the rule matches
ActiveEnable or disable this rule
  1. Click Save.

Available Operatorsโ€‹

OperatorMeaning
EqualsField value exactly matches the given value
Does not equalField value does not match
ContainsField value contains the given text
Is presentField has any non-empty value
Is absentField is empty or null
Greater thanNumeric field is greater than the value
Less thanNumeric field is less than the value

Example Rulesโ€‹

Rule NameFieldOperatorValuePoints
Has EmailemailIs presentโ€”+20
Has PhonephoneIs presentโ€”+15
From FacebooksourceEqualsfacebook+10
No Last Namelast_nameIs absentโ€”-5
Status QualifiedstatusEqualsqualified+30

Viewing a Lead's Scoreโ€‹

The score is shown on:

  • The leads list in the Score column
  • The lead detail view
  • Lead cards on the Kanban board

Using Score in Automationsโ€‹

Use the Lead Score Crosses Threshold trigger or Score Greater Than / Less Than conditions in automations.

Example: When a lead score crosses 50, automatically assign them to your senior sales rep.


Manual Score Adjustmentโ€‹

You can manually set a lead's score on the edit form. Scoring rules will still recalculate and add/subtract points on top of the manual value the next time the lead is saved.


Deactivating a Ruleโ€‹

Go to Settings โ†’ Scoring Rules, edit the rule, and toggle Active off. Deactivated rules are not evaluated but are kept for future re-use.