Detect Fake Product Reviews with OpenAI and Send Alerts to Slack via Airtable
AI-Powered Fake Review Detection Workflow Using n8n & Airtable
This workflow automates the detection of potentially fake or manipulated product reviews using n8n, Airtable, OpenAI and Slack. It fetches reviews for a given product, standardizes the data, generates a unique hash to avoid duplicates, analyzes each review using an AI model, updates the record in Airtable and alerts the moderation team if the review appears suspicious.
Quick Implementation Steps
Add Airtable, OpenAI and Slack credentials to n8n. Create an Airtable Base with a reviews table. Connect the Webhook URL to your scraper or send sample JSON via Postman. Test the workflow by passing product and review URLs. Activate the workflow for continuous automated review screening.
What It Does
This workflow provides an automated pipeline to analyze product reviews and determine whether they may be fake or manipulated. It begins with a webhook that accepts product information and a scraper API URL. Using this information, the workflow fetches associated reviews.
Each review is then expanded into separate items and normalized to maintain a consistent structure. The workflow generates a hash for deduplication, preventing multiple entries of the same review. New reviews are stored in Airtable and subsequently analyzed by OpenAI. The resulting risk score, explanation and classification are saved back into Airtable.
If a review's score exceeds a predefined threshold, a structured Slack alert is sent to the moderation team. This ensures that high-risk reviews are escalated promptly while low-risk reviews are simply stored for recordkeeping.
Who’s It For
eCommerce marketplaces monitoring review integrity Sellers seeking automated fraud detection for product reviews SaaS platforms that accept user-generated reviews Trust & Safety and compliance teams Developers looking for an automated review-quality pipeline
Requirements
n8n (Cloud or Self-Hosted) Airtable Personal Access Token OpenAI API Key Slack Bot Token or Webhook Review Scraper API Basic understanding of Airtable field setup
How It Works & How To Set Up
- Receive Product Data
The workflow starts with the Webhook – Receive Product Payload, which accepts a list of products and their scraper URLs.
- Extract and Process Each Product
Extract products separates the list into individual items. Process Each Product ensures that each product’s reviews are processed one at a time.
- Fetch and Validate Reviews
Fetch Product Reviews calls the scraper API. IF – Has Reviews? determines whether any reviews were returned.
- Expand and Normalize Reviews
Expand reviews[] to items splits reviews into individual items. Prepare Review Fields ensures consistent review structure.
- Generate Review Hash
Generate Review Hash1 produces a deterministic hash based on review text, reviewer ID, and date.
- Airtable Deduplication Check
Search Records by Hash checks whether the review already exists. Normalize Airtable Result cleans Airtable’s inconsistent empty output. Is New Review? decides if the review should be inserted or skipped.
- Store New Reviews
Create Review Record inserts new reviews into Airtable.
- AI-Based Fake Review Analysis
AI Fake Review Analysis sends relevant review fields to OpenAI. Parse AI Response ensures the output is valid JSON.
- Update Airtable With AI Results
Update Review Record stores the AI’s score, classification, and reasoning.
- Moderation Alert
Check Suspicious Score Threshold evaluates if the fake score exceeds a defined limit. If so, Send Moderation Alert posts a detailed message to Slack.
How To Customize Nodes
Fake Score Threshold Modify threshold in Check Suspicious Score Threshold.
Slack Message Format Adjust text fields in Send Moderation Alert.
AI Prompt Instructions Edit the instructions inside AI Fake Review Analysis.
Airtable Fields Update mappings in both Create Review Record and Update Review Record.
Additional Checks Insert enrichment steps before AI analysis, such as:
reviewer profile metadata geolocation or reverse IP checks keyword density analysis
Add-ons
Notion integration for long-term review case tracking Jira or Trello integration for incident management Automated sentiment tagging Weekly review-risk summary reports Google Sheets backup for archived reviews Reviewer behavior modeling (number of reviews, frequency, patterns)
Use Case Examples
Detecting manipulated Amazon product reviews. Flagging repetitive or bot-like reviews for Shopify stores. Screening mobile app reviews for suspicious content. Quality-checking user reviews on multi-vendor marketplaces. Monitoring competitor-driven false negative or positive reviews.
There can be many more scenarios where this workflow helps identify misleading product reviews.
Troubleshooting Guide
| Issue | Possible Cause | Solution | | ---------------------------- | ----------------------------------- | ------------------------------------------------------ | | No data after review fetch | Scraper API returned empty response | Validate scraper URL and structure | | Duplicate reviews inserted | Hash mismatch | Ensure Generate Review Hash1 uses the correct fields | | Slack alert not triggered | Bot not added to channel | Add bot to the target Slack channel | | AI response fails to parse | Model returned non-JSON response | Strengthen "JSON only" prompt in AI analysis | | Airtable search inconsistent | Airtable returns empty objects | Rely on Normalize Airtable Result for correction |
Need Help
If you need assistance customizing this workflow, integrating additional systems or designing advanced review moderation solutions, our n8n workflow development team at WeblineIndia is available to help. We offer support for:
Workflow setup and scaling Custom automation logic AI-driven enhancements Integration with third-party platforms And so much more.
Feel free to contact us for guidance, implementation or to build similar automated systems tailored to your needs.
Related Templates
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
🤖 Build Resilient AI Workflows with Automatic GPT and Gemini Failover Chain
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. How it works This...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments