This workflow corresponds to n8n.io template #3794 — we link there as the canonical source.
This workflow follows the Gmail → Google Drive recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "3794",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Automate Solar Lead Qualification & Follow-ups with Google Sheets and Gmail",
"tags": [],
"nodes": [
{
"id": "a679a0ec-7ebb-4f43-992b-dc34cb1c99fe",
"name": "[STEP 1] Receive Form Submission",
"type": "n8n-nodes-base.webhook",
"position": [
-360,
-200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f1feb012-1930-474a-a9ae-5cf1fb583d17",
"name": "[STEP 2] Upload Utility Bill",
"type": "n8n-nodes-base.googleDrive",
"position": [
-20,
-200
],
"parameters": {},
"typeVersion": 2
},
{
"id": "7bc5a89d-8a75-4b1a-9d26-d4509ed23fa8",
"name": "[STEP 3] Make Bill Viewable",
"type": "n8n-nodes-base.googleDrive",
"position": [
180,
-200
],
"parameters": {},
"typeVersion": 2
},
{
"id": "a99f535d-a07c-432b-981d-2b80a2a831f2",
"name": "[STEP 4] Create Bill Link",
"type": "n8n-nodes-base.function",
"position": [
360,
-200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c9601137-70f9-407c-99c3-9f9ff3c0d41c",
"name": "[STEP 5] Save Lead to Spreadsheet",
"type": "n8n-nodes-base.googleSheets",
"position": [
640,
-200
],
"parameters": {},
"typeVersion": 4
},
{
"id": "b933374a-bea5-491c-bb36-5b9565d8130b",
"name": "[STEP 6] Detect New Leads",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-400,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "cb932608-6ba4-4ad3-aa22-bcc2e990d127",
"name": "[STEP 7] Check Qualification Criteria",
"type": "n8n-nodes-base.code",
"position": [
-200,
280
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4f7cbf23-19dd-4bee-b60a-c8a57eefaca2",
"name": "[STEP 8] Update Qualification Status",
"type": "n8n-nodes-base.googleSheets",
"position": [
0,
280
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "959b8504-3f7a-4589-9f55-ffc4604e8e11",
"name": "Check Qualification Status",
"type": "n8n-nodes-base.if",
"position": [
240,
280
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "fad59be0-0b32-4e7f-9ffb-2782e5676d92",
"name": "[STEP 10A] Send Acceptance Email",
"type": "n8n-nodes-base.gmail",
"position": [
520,
140
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "e1250129-d863-48ef-b852-3dff4b33f3aa",
"name": "[STEP 10B] Send Rejection Email",
"type": "n8n-nodes-base.gmail",
"position": [
520,
340
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "1544ee40-e6fb-4916-82e5-37484cd6871a",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-440,
-300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "bab7bc8e-81ea-4b82-bba7-cd371ba1d76c",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-100,
-260
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7a85ded0-2506-4a8a-93ff-e48c6a13d1a0",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
560,
-280
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c7d3374f-0fba-4b1f-b16c-1247741f25dd",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-440,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "bdc653b2-b026-4fcb-822a-0e8778bb34e3",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
460,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1650d1eb-5b94-4b6f-82e9-7bf0501a1dab",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
880,
-400
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "fade6d0f-ab45-437d-aca2-f1b70a16c0b6",
"connections": {
"[STEP 4] Create Bill Link": {
"main": [
[
{
"node": "[STEP 5] Save Lead to Spreadsheet",
"type": "main",
"index": 0
}
]
]
},
"[STEP 6] Detect New Leads": {
"main": [
[
{
"node": "[STEP 7] Check Qualification Criteria",
"type": "main",
"index": 0
}
]
]
},
"Check Qualification Status": {
"main": [
[
{
"node": "[STEP 10A] Send Acceptance Email",
"type": "main",
"index": 0
}
],
[
{
"node": "[STEP 10B] Send Rejection Email",
"type": "main",
"index": 0
}
]
]
},
"[STEP 3] Make Bill Viewable": {
"main": [
[
{
"node": "[STEP 4] Create Bill Link",
"type": "main",
"index": 0
}
]
]
},
"[STEP 2] Upload Utility Bill": {
"main": [
[
{
"node": "[STEP 3] Make Bill Viewable",
"type": "main",
"index": 0
}
]
]
},
"[STEP 1] Receive Form Submission": {
"main": [
[
{
"node": "[STEP 2] Upload Utility Bill",
"type": "main",
"index": 0
}
]
]
},
"[STEP 5] Save Lead to Spreadsheet": {
"main": [
[]
]
},
"[STEP 8] Update Qualification Status": {
"main": [
[
{
"node": "Check Qualification Status",
"type": "main",
"index": 0
}
]
]
},
"[STEP 7] Check Qualification Criteria": {
"main": [
[
{
"node": "[STEP 8] Update Qualification Status",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Note: This template is designed for both self-hosted and cloud-based n8n instances. The workflow image above shows the complete automation flow.
Source: https://n8n.io/workflows/3794/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Automate Solar Lead Qualification & Follow-ups with Google Sheets and Gmail. Uses googleDrive, googleSheets, googleSheetsTrigger, gmail. Webhook trigger; 17 nodes.
Who is this for? Solo founders, sales teams, and event organizers who need email outreach without expensive tools but want full control from Telegram.
This workflow acts as an instant SDR that replies to new inbound leads across multiple channels in real time. It first captures and normalizes all incoming lead data into a unified structure. The work
Turn a simple Google Sheet into a lightweight CRM powered by n8n.
A comprehensive n8n workflow template for streamlining influencer application processing with real-time social media data validation, intelligent scoring algorithms, and automated onboarding workflows