Block 1 - Groq Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
- Config choices
- Version 1
Trade Break Reconciliation Assistant This workflow automates trade reconciliation between internal and external systems using Google Sheets. It detects mismatches (price, quantity, amount, etc.), u...
@n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, 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 automates trade reconciliation between internal and external systems using Google Sheets. It detects mismatches (price, quantity, amount, etc.), uses AI to generate insights, updates records and sends email alerts. This eliminates manual effort and improves accuracy.
trade_idThis workflow automates the reconciliation of trade data between two systems — internal and external — stored in Google Sheets. It compares records using trade_id and identifies mismatches such as differences in price, quantity, amount, side, currency or status.
Once mismatches are detected, the workflow classifies their severity and uses AI to generate meaningful insights, including the likely reason, explanation and recommended action. This transforms raw data into actionable intelligence.
Additionally, it updates both sheets with reconciliation results, handles missing trades by inserting records and sends detailed email alerts to ensure quick resolution of issues.
trade_id| Issue | Possible Cause | Solution |
|---|---|---|
| No data fetched | Wrong Sheet ID | Verify Google Sheets connection |
| Merge not working | Missing trade_id | Ensure both sheets have trade_id |
| AI output error | Invalid JSON response | Check AI prompt format |
| Emails not sent | Gmail not configured | Reconnect Gmail credentials |
| Wrong severity | Logic mismatch | Update severity code logic |
If you need help setting up this workflow, customizing nodes or building advanced automation, feel free to reach out our n8n automation experts.
We can help you:
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 | Reconcile trade mismatches in Google Sheets with Groq/OpenAI and Gmail alerts |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Document Extraction, AI Summarization |
| Author | WeblineIndia |
| Published | 20 May 2026 |
Use the JSON export at /data/workflows/15856/15856.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.
Trade Break Reconciliation Assistant This workflow automates trade reconciliation between internal and external systems using Google Sheets. It detects mismatches (price, quantity, amount, etc.), u...
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 Document Extraction, AI Summarization use case.