Auto-Assign Leads
Auto-Assign Leads
Section titled “Auto-Assign Leads”Manual lead assignment is slow and inconsistent. HARi CRM lets you create workflows that automatically assign new leads to the right sales rep based on region, round-robin rotation, or custom rules.
Round-Robin Assignment
Section titled “Round-Robin Assignment”Round-robin distributes leads evenly across your team. Each new lead goes to the next person in the rotation.
- Go to Settings > Workflows
- Click New Workflow
- Configure:
- Name: “Round-Robin Lead Assignment”
- Entity: Lead
- Trigger: Record Created
- In the THEN section, add an Update Field action:
- Field: Assigned To
- Value: Select Round-Robin mode and add the users who should receive leads (e.g. Alice, Bob, Charlie)
- Save and activate
New leads will be assigned to Alice, then Bob, then Charlie, then back to Alice, and so on.
Region-Based Assignment
Section titled “Region-Based Assignment”If your team is organized by territory, assign leads based on location.
-
Create a new workflow on the Lead entity
-
Set the trigger to “Record Created”
-
In the IF section, add a condition:
- “Region equals Hong Kong Island”
-
In the THEN section:
- Update “Assigned To” to the rep covering Hong Kong Island
-
Save this workflow
-
Create additional workflows for each region:
- “Region equals Kowloon” — assign to the Kowloon rep
- “Region equals New Territories” — assign to the NT rep
Alternatively, use IF/ELSE branching in a single workflow:
- First branch: IF Region equals Hong Kong Island, THEN assign to Rep A
- ELSE IF Region equals Kowloon, THEN assign to Rep B
- ELSE assign to Rep C (default)
Source-Based Assignment
Section titled “Source-Based Assignment”You can also route leads by how they came in:
- Leads from “Website” go to the inbound sales team
- Leads from “Referral” go to the partnership manager
- Leads from “LinkedIn” go to the social selling specialist
Notification on Assignment
Section titled “Notification on Assignment”Add a second action to your assignment workflow to notify the rep:
- After the Update Field action, add a Send Notification action
- Set the recipient to “Assigned To” (the user who just received the lead)
- Write a message: “New lead assigned to you: {{lead.name}}”
The rep sees the notification immediately in HARi’s top bar.
Next Steps
Section titled “Next Steps”- Lead Qualification to score leads before routing them
- Your First Workflow for workflow basics
- Follow-Up Reminders to ensure assigned leads get followed up