Block 1 - Cron (every 5 min)
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Zoho CRM → AI‑Generated Competitive Battle Card This workflow automatically analyzes competitor websites, which inseted in description field and generates a clean, structured AI‑powered Battle Card...
n8n-nodes-base.cron, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.splitout, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.zohocrm
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 analyzes competitor websites, which inseted in description field and generates a clean, structured AI‑powered Battle Card for every new Zoho CRM deal. It reads the competitor URL from the deal Description, scrapes the site, runs an AI analysis pipeline and updates the deal with pricing, differentiators, pros/cons and a concise sales battle summary — all fully automated.
This workflow removes the manual effort of researching competitors during a sales cycle. Every time a new deal is created, it checks the Description field for a competitor name and website. After validating both, it automatically fetches the competitor webpage and feeds the content into an AI analysis pipeline powered by LangChain.
The AI transforms the messy, unstructured webpage HTML into a readable, structured and ready‑to‑use Battle Card — including pricing overview, differentiating features, advantages, disadvantages and a compact sales battle summary. This data is pushed directly into the Deal Description and emailed to the sales team. No web research, no copy‑pasting, no manual formatting — the AI does everything.
Runs every 5 minutes → pulls newly created deals and last run time.
Retrieves deals sorted by Created_Time.
Filters deals created after the last workflow run.
Ensures the Description has:
Regex identifies and extracts the name + first valid URL in the Description.
HTTP Request downloads the competitor webpage’s HTML.
The AI pipeline (LangChain + your chosen LLM) transforms HTML into a structured JSON output containing:
The script saves the formatted AI Battle Card directly into the Deal Description.
Gmail node sends a summary email to the sales team.
Edit LangChain prompt to:
Modify the Zoho Update node to store data in:
Update subject, body, recipients, etc.
Modify filters to:
There are many more possible use cases depending on your CRM setup and AI strategy.
| Issue | Possible Cause | Solution |
|---|---|---|
| No Battle Card generated | No URL found in Description | Add valid http/https competitor URL |
| Deal skipped | Time filtering excluded it | Adjust lookback window in code |
| AI output incomplete | HTML unreadable or blocked | Try different competitor URL |
| Zoho update fails | OAuth scope missing | Reconnect Zoho with full CRM access |
| Email not sent | Gmail OAuth expired | Reconnect Gmail |
| AI output wrong format | Prompt mismatched | Update output schema and prompt |
If you need help customizing prompts, enhancing automations or building full‑scale AI workflows, then our n8n automation developers at WeblineIndia can support:
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 | Auto-generate competitive battle cards from websites with Zoho CRM and Gemini AI |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Market Research, AI Summarization |
| Author | WeblineIndia |
| Published | 10 Dec 2025 |
Use the JSON export at /data/workflows/11658/11658.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.
Zoho CRM → AI‑Generated Competitive Battle Card This workflow automatically analyzes competitor websites, which inseted in description field and generates a clean, structured AI‑powered Battle Card...
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 Market Research, AI Summarization use case.