Block 1 - Daily Follow-up Scan Trigger
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
Intelligent Deal Follow Up Automation (n8n + Zoho CRM + AI) This workflow automatically detects inactive deals in Zoho CRM and triggers AI driven follow ups across multiple channels. It analyzes de...
n8n-nodes-base.cron, n8n-nodes-base.set, n8n-nodes-base.zohocrm, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured
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 detects inactive deals in Zoho CRM and triggers AI-driven follow-ups across multiple channels. It analyzes deal activity, determines the optimal follow-up method, generates personalized communication using AI, routes execution through Email/WhatsApp/Call and updates CRM records to maintain a continuous engagement cycle.
This workflow eliminates manual follow-up tracking by continuously monitoring deal activity within Zoho CRM. It identifies inactive deals based on configurable inactivity thresholds and processes them through an AI-powered decision pipeline.
The system evaluates deal inactivity, determines urgency and selects the most appropriate follow-up channel using a hybrid approach of rule-based logic and AI recommendations. It then generates personalized follow-up content tailored to the deal context.
Once generated, the workflow routes execution through the appropriate communication channel, sends notifications, creates CRM tasks when necessary and updates deal records to maintain a consistent engagement history.
Runs on a scheduled basis to initiate deal evaluation.
Retrieves active deals from Zoho CRM.
Splits and normalizes deal records for individual processing.
Calculates days since last activity and filters stalled deals.
Sends deal context to AI and generates structured follow-up content.
Combines AI recommendations with inactivity rules to determine channel and priority.
Routes deals via Switch node into Email, WhatsApp or Call workflows.
Sends communication or creates follow-up tasks.
Updates deal fields including follow-up status, timestamp and channel.
Modify inactivity thresholds and decision rules in the Function node.
Adjust AI prompt to include:
Replace or extend nodes for:
Update Zoho node to store data in:
| Issue | Possible Cause | Solution |
|---|---|---|
| No follow-up triggered | Inactivity condition not met | Adjust threshold logic |
| Missing AI output | API error or invalid prompt | Validate AI configuration |
| Wrong channel selection | Rule override logic issue | Verify decision logic |
| CRM update failed | OAuth or field mismatch | Reconnect and validate fields |
| Email not sent | Email credentials expired | Re-authenticate provider |
| Duplicate follow-ups | Status not updated | Ensure update node runs after execution |
Our n8n automation developers at WeblineIndia are happy to assist if you need any assistance with workflow optimization, AI prompt engineering or CRM automation scaling:
Contact WeblineIndia Services: Process automation, n8n, AI automation, RevOps engineering, Business workflow automation, Zoho CRM automation
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 | Send AI-personalized deal follow-ups from Zoho CRM via email, Slack and WhatsApp with Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Lead Nurturing, AI Summarization |
| Author | WeblineIndia |
| Published | 06 Apr 2026 |
Use the JSON export at /data/workflows/14803/14803.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.
Intelligent Deal Follow Up Automation (n8n + Zoho CRM + AI) This workflow automatically detects inactive deals in Zoho CRM and triggers AI driven follow ups across multiple channels. It analyzes de...
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 Nurturing, AI Summarization use case.