Block 1 - 1) Form Trigger (New Lead)
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.4
Lead Routing Engine with SLA Auto Reassignment This repository contains an SLA based lead routing workflow built in n8n, designed to ensure fast lead response, fair sales distribution, and controll...
n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Muh Resky Adiansyah.
Original n8n.io sourceThis repository contains an SLA-based lead routing workflow built in n8n, designed to ensure fast lead response, fair sales distribution, and controlled escalation without relying on a full CRM system.
The workflow focuses on routing discipline and operational safety, not feature completeness.
At a high level, the system:
Core Components
Primary Data Stores
A) Lead Intake & Normalization
B) Initial Assignment (Round Robin)
C) Slack Notification (New Lead)
D) SLA Monitoring (Scheduled)
E) SLA Re-Routing
For each qualifying lead:
This process repeats until the lead is contacted or escalated.
F) Controlled Escalation
If route_count >= threshold (default: 10):
Escalation is one-time per lead.
G) Stage Update via Slack (CONTACTED)
Once contacted:
sales_sheet| Column | Description |
|---|---|
| name | Sales name |
| Optional | |
| slack_id | Slack user ID |
| active | ON / TRUE |
lead_sheet| Column | Description |
|---|---|
| lead_id | Unique identifier |
| name | Lead name |
| phone | Normalized phone |
| stage | NEW / CONTACTED / QUALIFIED / CLOSED LOST |
| assigned_sales | Current owner |
| sales_slack_id | Slack ID |
| route_count | Number of re-routes |
| created_at | Creation timestamp |
| assigned_at | Last assignment |
| last_routed_at | Last SLA routing |
| contacted_at | When marked contacted |
routing_state_sheet| key | value |
|---|---|
| last_index | Last round-robin index |
| escalated_<lead_id> | Escalation timestamp |
These constraints are explicit and intentional.
Consider migrating if you need:
The routing logic itself is portable to SQL or CRM systems.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Route and reassign leads with SLA using Google Sheets and Slack |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Lead Nurturing |
| Author | Muh Resky Adiansyah |
| Published | 14 Jan 2026 |
Use the JSON export at /data/workflows/12702/12702.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Lead Routing Engine with SLA Auto Reassignment This repository contains an SLA based lead routing workflow built in n8n, designed to ensure fast lead response, fair sales distribution, and controll...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing use case.