Block 1 - filters today's transactions
- Type / Role
- n8n-nodes-base.if - if
- Config choices
- Version 2.3
Transaction Monitoring Workflow n8n, Google Sheets, Groq AI & Gmail Alerts This workflow automatically monitors daily transactions stored in Google Sheets, detects suspicious activity based on...
n8n-nodes-base.if, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.lmchatgroq, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io source> n8n, Google Sheets, Groq AI & Gmail Alerts
This workflow automatically monitors daily transactions stored in Google Sheets, detects suspicious activity based on defined thresholds, generates AI-based risk analysis, updates records and sends alert emails.
amount, date and row_number.This workflow automates the monitoring of transaction data by fetching records from Google Sheets and processing only today’s transactions. It ensures that missing dates are automatically updated, keeping the dataset clean and consistent.
It then calculates key transaction metrics such as total transactions, total transaction amount and the number of high-value transactions exceeding ₹50,000. These metrics help identify unusual transaction patterns.
When suspicious activity is detected (based on defined thresholds), the workflow uses AI to generate a short risk explanation. It updates the transaction record with this analysis and sends an email alert to notify the team for further investigation.
transaction_idamountdaterow_numberdate field is empty, it assigns today’s date automatically.Threshold Change
Modify 50000 value in Code node to adjust high-value limit.
Suspicious Condition
Update IF node condition (> 5) to change sensitivity.
AI Prompt
Edit prompt in "Generate Risk Analysis" node to customize explanation style.
Email Content
Modify subject/message in Gmail node for branding or formatting.
Sheet Columns
Adjust mapping if your sheet structure differs.
There can be many more use cases depending on business needs and customization.
| Issue | Possible Cause | Solution |
|---|---|---|
| No data processed | Sheet not connected properly | Recheck Google Sheets credentials |
| Date filter not working | Incorrect date format | Ensure ISO format (YYYY-MM-DD) |
| No email received | Gmail not configured | Verify Gmail OAuth credentials |
| AI not generating output | Groq API issue | Check API key and model setup |
| Wrong rows updated | row_number mismatch |
Ensure correct mapping in update nodes |
If you need help setting up this workflow, customizing it or adding advanced features like dashboards, integrations or fraud detection logic, feel free to reach out to our n8n workflow experts at WeblineIndia.
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 | Monitor suspicious transactions using Google Sheets, Groq AI and Gmail alerts |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Document Extraction, AI Summarization |
| Author | WeblineIndia |
| Published | 15 May 2026 |
Use the JSON export at /data/workflows/15741/15741.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.
Transaction Monitoring Workflow n8n, Google Sheets, Groq AI & Gmail Alerts This workflow automatically monitors daily transactions stored in Google Sheets, detects suspicious activity based on...
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.