Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
AI Powered Lead Qualification using Zoho CRM, People Data Labs, and Google Gemini This workflow automatically checks Zoho CRM every 5 minutes for newly created leads, enriches each lead using Peopl...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically checks Zoho CRM every 5 minutes for newly created leads, enriches each lead using People Data Labs, evaluates its quality using Google Gemini (LLM Chain) and updates the lead status in Zoho CRM as Qualified or Not Qualified. Qualified leads trigger an automated Gmail notification to the sales team.
This workflow serves as an automated AI-driven lead qualification engine. Every 5 minutes, it fetches leads from Zoho CRM, filters newly created ones, enriches them using People Data Labs and scores them via Google Gemini. Based on the AI-generated score, the workflow updates the lead status and optionally sends an email notification.
Triggers the workflow and computes a timestamp window.
Retrieves all leads from Zoho CRM.
Compares Created_Time with timestamp from previous run.
Extract the website field, Used for People Data Labs enrichment API for search about that company.
Adds company size, industry, founding year, etc.
LLM produces a JSON response: summary, score, factors.
IF score > 80 → Qualified Else → Not Qualified
Send gmail notifications to sales team, Only for Qualified leads - informs that this Lead is marked as Qualified Leads
| Issue | Cause | Solution |
|---|---|---|
| No new leads detected | Timestamp mismatch | Validate “Compute Last Check” logic |
| No enrichment data | Empty website / invalid API key | Check PDL credentials & website value |
| AI output invalid | Prompt overwritten | Restore original prompt |
| CRM update fails | Wrong leadId mapping | Confirm Zoho lead ID |
| Gmail errors | OAuth expired | Reconnect Gmail credentials |
| No qualified leads | Score too strict | Lower IF threshold |
WeblineIndia can help with workflow customization, advanced automations, CRM integrations and AI-driven business processes. Contact us for expert assistance.
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 | AI-powered lead qualification with Zoho CRM, People Data Labs and Google Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Lead Generation, AI Summarization |
| Author | WeblineIndia |
| Published | 08 Dec 2025 |
Use the JSON export at /data/workflows/11598/11598.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.
AI Powered Lead Qualification using Zoho CRM, People Data Labs, and Google Gemini This workflow automatically checks Zoho CRM every 5 minutes for newly created leads, enriches each lead using Peopl...
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, AI Summarization use case.