Automating Lead Score Updates

5 min read

While manual lead scoring rules evaluate contacts against static criteria, the Update Lead Score workflow node lets you dynamically adjust scores based on real-time form submissions. This means a single form response can instantly bump a contact's score, trigger follow-up actions, and route hot leads to your sales team: all automatically.

The Update Lead Score Workflow Node

The Update Lead Score node is a workflow action that modifies a contact's lead score when the workflow runs. You can add it to any form or quiz workflow to adjust scores after submission.

To add it to a workflow:

  1. Open a form in the editor and go to the Workflow tab.
  2. Click the + button after your trigger node and select Update Lead Score.
  3. Configure the score adjustment (see below).

Setting Up Auto-Scoring Rules

The Update Lead Score node supports two scoring modes:

  • Relative adjustment: Add or subtract points from the contact's current score. For example, +20 adds 20 points; -10 subtracts 10 points. This is the most common mode.
  • Absolute value: Set the score to a specific number, overriding the current score entirely. For example, setting the score to 100 regardless of the previous value. Use this for one-time assessments.

Toggle between modes using the Adjustment type dropdown in the node configuration.

Triggering Score Updates on Form Submission

Every form workflow starts with a Form Submitted trigger. By placing an Update Lead Score node in the workflow, scores are updated every time someone submits the form.

Basic setup

  1. Create a workflow with the Form Submitted trigger.
  2. Add an Update Lead Score node.
  3. Set it to +10 (relative adjustment).
  4. Save and publish.

Now every contact who submits this form gets 10 points added to their lead score. The score update applies to the contact matched by the email address in the form response (or creates a new contact if one does not exist and auto-create is enabled in form settings).

Score Adjustments Based on Specific Answers

The real power comes from combining the Update Lead Score node with Condition nodes. This lets you award different point values based on what someone actually answered.

Example: Budget qualification

  1. Trigger: Form submitted
  2. Condition: If "Budget" answer is "$10K+"
  3. True path: Update Lead Score +30
  4. False path: Update Lead Score +5

You can chain multiple conditions for more granular scoring:

  • Budget > $50K: +50 points
  • Budget $10K-$50K: +30 points
  • Budget $1K-$10K: +10 points
  • Budget < $1K: +5 points

Example: Role-based scoring

  • Job title contains "VP" or "Director": +40 points
  • Job title contains "Manager": +25 points
  • Job title contains "Intern" or "Student": +5 points

Example: Multi-factor scoring

Combine multiple conditions in a single workflow to score across several dimensions:

  • Company size > 500 employees: +20 points
  • Industry is "SaaS" or "FinTech": +15 points
  • Timeline is "Within 30 days": +25 points
  • Opted into demo: +30 points

Combining with Other Workflow Nodes

Score updates are most powerful when combined with follow-up actions that respond to the new score.

Example: Score threshold with Slack alert

  1. Trigger: Form submitted
  2. Update Lead Score: +20 (for submitting the form)
  3. Condition: If {{contact.lead_score}} is greater than or equal to 80
  4. True path: Send Slack message to #sales-team: "Hot lead alert! {{contact.name}} just scored {{contact.lead_score}} points. Form: {{form.title}}"
  5. True path (continued): Send email to the lead acknowledging their interest and offering a meeting link

Example: Score-based email routing

  • Score >= 80: Send to sales team via Slack + schedule a demo via email
  • Score 50-79: Add to nurture email sequence
  • Score < 50: Send a general thank-you email

Viewing Score History

Every automated score change is recorded in the contact's activity timeline in the CRM. To view score history:

  1. Go to CRM > Contacts and open a contact profile.
  2. Scroll to the Activity Timeline.
  3. Score changes appear as timeline entries with the adjustment amount, the source form, and a timestamp.

Each entry shows the before and after score values, making it easy to trace exactly how a contact's score evolved over time and which forms contributed to it.

Tip: Use the CRM's Sort by lead score option to see your hottest leads at the top of the contact list. Combine this with filters (e.g., score > 80, created in last 7 days) to build a prioritized follow-up queue.
$37 · paid once

Ready to Manage Leads Right From Your Forms?

Start free and keep the five forms for good, or pay once and unlock all of it — unlimited forms, ten team members, AI, CRM, white label and the API. No renewal, ever.

14-day money-backInstant accessNo subscription, ever
Automating Lead Score Updates