Block 1 - Cron: Fetch Orders
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
WooCommerce Fraud Detection & Slack Alert Workflow This workflow automatically monitors WooCommerce orders, evaluates them for fraud using multiple checks (address mismatch, high value orders, susp...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.woocommerce, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.slack, n8n-nodes-base.stickynote
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 monitors WooCommerce orders, evaluates them for fraud using multiple checks (address mismatch, high-value orders, suspicious emails, admin orders), calculates a fraud score and sends alerts to Slack when risk is detected.
This workflow automates fraud detection for WooCommerce orders by applying multiple validation checks and assigning a fraud score. It starts with scheduled execution, fetches order data and prepares it for evaluation by extracting key details such as billing information, order value and customer email.
Once the data is prepared, the workflow applies a series of fraud detection rules. These include checking whether billing and shipping details mismatch, identifying high-value orders, detecting suspicious or disposable email addresses and verifying if the order was created by an admin. Each condition contributes to a fraud score based on predefined logic.
Finally, all signals are merged and a fraud score is calculated. If the score crosses the defined threshold, a detailed alert is sent to a Slack channel with complete order and risk information, enabling quick manual review and action.
orderId if neededCheck High Value (>500) Modify the threshold value to match your business needs
Detect Disposable Email Update regex pattern to include more domains
Calculate Fraud Score (Code Node) Adjust scoring logic:
if ($json.high_value_order) score += 3;
Fraud Threshold Check Change minimum score required to trigger alerts
Slack Message Node Customize alert message format and included fields
> There can be many more use cases depending on how you extend and customize this workflow.
| Issue | Possible Cause | Solution |
|---|---|---|
| No orders fetched | Incorrect WooCommerce credentials | Verify API keys and store URL |
| Slack message not sent | Wrong Slack credentials or channel ID | Reconnect Slack and check channel |
| Fraud score always 0 | Conditions not triggering | Verify IF node logic and data mapping |
| Email detection not working | Regex not matching | Update regex pattern |
| Workflow not running | Schedule trigger not configured | Set interval correctly and activate workflow |
If you need assistance setting up this workflow, customizing fraud rules or adding advanced features, our n8n workflow development team at WeblineIndia is here to help.
We can help you:
👉 Reach out to WeblineIndia for expert support and tailored automation solutions.
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.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Detect WooCommerce order fraud and send alerts to Slack |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | SecOps, AI Summarization |
| Author | WeblineIndia |
| Published | 08 Apr 2026 |
Use the JSON export at /data/workflows/14897/14897.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.
WooCommerce Fraud Detection & Slack Alert Workflow This workflow automatically monitors WooCommerce orders, evaluates them for fraud using multiple checks (address mismatch, high value orders, susp...
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 SecOps, AI Summarization use case.