Block 1 - [STEP 2] Upload Utility Bill
- Type / Role
- n8n-nodes-base.googleDrive - googleDrive
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Automate Solar Lead Qualification & Follow ups with Google Sheets and Gmail Note: This template is designed for both self hosted and cloud based n8n instances. The workflow image above shows the co...
n8n-nodes-base.googledrive, n8n-nodes-base.function, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.webhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.
Original n8n.io sourceNote: This template is designed for both self-hosted and cloud-based n8n instances. The workflow image above shows the complete automation flow.
This n8n workflow automates the entire solar lead qualification process - from capturing lead information through a webhook, storing data in Google Sheets, evaluating qualification criteria, and sending personalized email follow-ups based on qualification status.
This workflow is designed for:
Managing solar leads efficiently can be challenging. This workflow solves several key pain points:
This workflow creates a complete solar lead management system that:
Before setting up this workflow, you'll need:
You can modify the qualification logic in the "[STEP 7] Check Qualification Criteria" node:
// Example: Change credit score threshold
if (creditScoreRaw.includes("600 - 649") ||
creditScoreRaw.includes("650 - 689") ||
creditScoreRaw.includes("690 - 719") ||
creditScoreRaw.includes("720+")) {
creditQualified = true;
}
Personalize your emails further:
Dear {{ $json.Name }},
We noticed your utility bill shows an average of {{ $json.monthlyBill }} per month.
With solar, you could save approximately {{ $json.monthlySavings }}.
Extend this workflow by connecting it to your CRM:
Webhook not receiving data
Google Drive upload failing
Email not sending
If you're having issues with data not appearing correctly:
If you encounter issues with this template, you can:
This template was created by David Olusola. If you find it helpful, please consider giving it a star in the n8n template library!
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 solar lead qualification & follow-ups with Google Sheets and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Lead Generation |
| Author | David Olusola |
| Published | 29 Apr 2025 |
Use the JSON export at /data/workflows/3794/3794.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.
Automate Solar Lead Qualification & Follow ups with Google Sheets and Gmail Note: This template is designed for both self hosted and cloud based n8n instances. The workflow image above shows the co...
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 Generation use case.