Block 1 - Webhook: Lead Stage Changed
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Google Sheets CRM Automations: Lead Stages → Emails, Client Tracking & Delivery Duration Turn a simple Google Sheet into a lightweight CRM powered by n8n. Overview This template monitors edits in y...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.gmail, n8n-nodes-base.if, n8n-nodes-base.datetime, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ziad Adel.
Original n8n.io sourceTurn a simple Google Sheet into a lightweight CRM powered by n8n.
This template monitors edits in your Leads and Clients tabs and reacts automatically:
2d 5h 30m)Google Apps Script → Webhooks (onEdit)
/webhook/lead-stage-changed/webhook/lead-qualified/webhook/client-status-changedn8n Flow & Branching
qualified = true → send Cal.com booking emailSuggested columns
Name (A), Client Email (C), Lead Source (D), Stage (E), Qualified? (H)Name (A), Client Email (C), Project Status (D), Start Date & Time (F), End Date & Time (G), Time to Deliver (H)Copy/prepare the Google Sheet
Install the Apps Script
https://{{YOUR_N8N_DOMAIN}}/webhook/lead-stage-changedhttps://{{YOUR_N8N_DOMAIN}}/webhook/lead-qualifiedhttps://{{YOUR_N8N_DOMAIN}}/webhook/client-status-changedcreateInstallableTrigger() once to enable onEdit.Open the workflow in n8n & replace placeholders
{{GOOGLE_SHEETS_DOC_ID}}{{LEADS_GID}}{{CLIENTS_GID}}{{CAL_COM_BOOKING_URL}}{{SENDER_NAME}}{{GMAIL_CREDENTIAL_ID}}, {{GMAIL_CREDENTIAL_NAME}}{{GSHEETS_CREDENTIAL_ID}}, {{GSHEETS_CREDENTIAL_NAME}}Connect credentials
Activate & test
createInstallableTrigger() was run. gid from the URL; update placeholders. Name in Leads follows First Last; the workflow splits the first token.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 | Automated lead-to-client pipeline with Google Sheets email notifications & time tracking |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | CRM, Multimodal AI |
| Author | Ziad Adel |
| Published | 17 Aug 2025 |
Use the JSON export at /data/workflows/7514/7514.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.
Google Sheets CRM Automations: Lead Stages → Emails, Client Tracking & Delivery Duration Turn a simple Google Sheet into a lightweight CRM powered by n8n. Overview This template monitors edits in y...
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, Multimodal AI use case.