Block 1 - Daily Review Sync
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Multi Platform Review Collector for n8n: Trustpilot + Google + Facebook Automation How it works The schedule triggers daily review collection from configured platforms and connects to multiple revi...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.shopify, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.
Original n8n.io sourceThe schedule triggers daily review collection from configured platforms and connects to multiple review platform APIs to download latest reviews. The workflow normalizes review data into consistent format with rating, text, date, source, and customer name. It removes duplicates and stores centralized database in Google Sheets creating comprehensive review repository for analysis and response management. Trigger: Daily schedule (10 AM) Output: Updated review database Timing: Daily sync Frequency: Once per day Data Flow: Trustpilot → API call → Raw reviews Google Reviews → API call → Raw reviews Facebook → API call → Raw reviews ↓ Normalize format → Remove duplicates ↓ Google Sheets → Centralized database
Set up Shopify credentials in n8n: API Key, Password, Shop Subdomain, and Shared Secret Obtain API credentials for each review platform you want to monitor (Trustpilot, Google Reviews, Facebook) Configure HTTP Request nodes with proper API endpoints and authentication headers for each platform Set up Google Sheets credentials and create a spreadsheet with columns: Source, Rating, Review Text, Customer Name, Date, Product ID, Review ID The schedule trigger runs daily at 10 AM but feel free to adjust frequency based on review volume Update the Code node with proper data mapping for each review platform's API response format
Test API connections individually before running the full workflow to ensure all platforms return data correctly
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 | Shopify review aggregator: Trustpilot, Google, Facebook to Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Market Research |
| Author | David Olusola |
| Published | 18 Jul 2025 |
Use the JSON export at /data/workflows/6112/6112.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.
Multi Platform Review Collector for n8n: Trustpilot + Google + Facebook Automation How it works The schedule triggers daily review collection from configured platforms and connects to multiple revi...
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 use case.