Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
What this workflow does This workflow scrapes customer reviews from Trustpilot , analyzes them with AI, and keeps both Salesforce and Google Sheets automatically updated with customer sentiment ins...
n8n-nodes-base.manualtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, @decodo/n8n-nodes-decodo.decodo, n8n-nodes-base.salesforce, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kevin Meneses .
Original n8n.io sourceThis workflow scrapes customer reviews from Trustpilot, analyzes them with AI, and keeps both Salesforce and Google Sheets automatically updated with customer sentiment insights.
It uses Decodo to reliably extract review content from Trustpilot, processes the text with OpenAI, and orchestrates everything using n8n.
👉 Deocodo
The workflow updates an existing Salesforce Account by writing the AI-generated sentiment summary into a custom text field (e.g. recent_trend_summary__c).
This brings external customer feedback directly into Salesforce, allowing teams to work with real market perception inside the CRM.
At the same time, structured review metrics are stored in Google Sheets:
This creates a reusable dataset for dashboards and reporting.
Google Sheets: add review URLs + Salesforce Account IDs
Decodo: add your API key to scrape Trustpilot reliably
OpenAI: add your API key for AI analysis
Salesforce:
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 | AI-powered review sentiment analysis to Salesforce & Google Sheets with Decodo |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Market Research, AI Summarization |
| Author | Kevin Meneses |
| Published | 04 Dec 2025 |
Use the JSON export at /data/workflows/11489/11489.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.
What this workflow does This workflow scrapes customer reviews from Trustpilot , analyzes them with AI, and keeps both Salesforce and Google Sheets automatically updated with customer sentiment ins...
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, AI Summarization use case.