Block 1 - Automated Lead Monitor Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Sales Pipeline Automation Dashboard with AI Lead Intelligence Target Audience Sales managers and team leads Business development representatives Marketing teams managing lead generation CRM admi...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.webhook, n8n-nodes-scrapegraphai.scrapegraphai, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.hubspot, n8n-nodes-base.sendemail, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by vinci-king-01.
Original n8n.io sourceManual lead qualification and sales pipeline management is inefficient and often leads to missed opportunities or poor lead prioritization. This template solves the challenge of automatically scoring, qualifying, and routing leads using AI-powered intelligence to maximize conversion rates and sales team productivity.
This workflow automatically processes new leads using AI-powered intelligence, scores and qualifies them based on multiple factors, and automates the entire sales pipeline from lead capture to deal creation.
The template creates the following columns in your Google Sheets:
| Column | Data Type | Description | Example |
|---|---|---|---|
| timestamp | DateTime | When the lead was processed | "2024-01-15T10:30:00Z" |
| lead_id | String | Unique lead identifier | "LEAD-2024-001234" |
| first_name | String | Lead's first name | "John" |
| last_name | String | Lead's last name | "Smith" |
| String | Lead's email address | "[email protected]" | |
| company_name | String | Company name | "Acme Corp" |
| job_title | String | Lead's job title | "Marketing Director" |
| lead_score | Number | AI-calculated score (0-100) | 85 |
| grade | String | Lead grade (A+, A, B+, B, C+) | "A+" |
| category | String | Lead category | "Enterprise" |
| priority | String | Priority level | "Critical" |
| lead_source | String | How the lead was acquired | "Website Form" |
| assigned_rep | String | Assigned sales representative | "Senior AE" |
| company_size | String | Company employee count | "201-500 employees" |
| industry | String | Company industry | "Technology" |
| funding_stage | String | Company funding stage | "Series B" |
| estimated_value | String | Estimated deal value | "$50K-100K" |
Estimated setup time: 25-30 minutes
# Install required community nodes
npm install n8n-nodes-scrapegraphai
npm install n8n-nodes-slack
Common Issues:
Support Resources:
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.
| Workflow | Automate sales pipeline with HubSpot CRM, ScrapeGraphAI & Google Sheets dashboard |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | CRM, AI Summarization |
| Author | vinci-king-01 |
| Published | 25 Jul 2025 |
Use the JSON export at /data/workflows/6432/6432.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.
Sales Pipeline Automation Dashboard with AI Lead Intelligence Target Audience Sales managers and team leads Business development representatives Marketing teams managing lead generation CRM admi...
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 CRM, AI Summarization use case.