Use this powerful n8n workflow to monitor Google Maps reviews, perform sentiment analysis via OpenAI, log data to Google Sheets, and enable Q&A using a Telegram RAG agent powered by Pinecone.
Download this n8n workflow template and start using it instantly.
This comprehensive n8n workflow provides a dual-purpose automation solution for handling customer feedback. First, it establishes a daily monitoring pipeline to scrape new Google Maps reviews, use an advanced AI model (GPT-4o) for sentiment analysis, and log the results into Google Sheets. Second, it implements a full Retrieval Augmented Generation (RAG) system. Every review analyzed by this n8n node sequence is vectorized using OpenAI embeddings and ingested into a Pinecone vector database. This database powers a sophisticated AI Data Analyst accessible via a Telegram channel. Users can query the agent about historical reviews, trends, or specific topics, making this one of the most powerful n8n templates for actionable insight generation. The workflow also includes a scheduled n8n trigger for weekly database cleanup, ensuring the vector index remains efficient.
The n8n workflow operates via three main logical paths:
Trigger at midnight n8n trigger initiates the data acquisition process.Start Google Maps Scraper n8n node initiates a scraping job via an HTTP request (requires a third-party scraping API configuration).Wait for Scraper n8n node pauses execution until the job is complete, after which Get Dataset Results fetches the reviews.Log data n8n node.Loop Over Items n8n node processes reviews individually or in small batches.AI Review Analyst n8n node (powered by GPT via the LangChain GPT 5 mini model and Structured Output Parser) analyzes each review for sentiment and context. Embeddings OpenAI) and ingested into the Pinecone database via the Pinecone Ingest n8n node, building the RAG knowledge base for future queries.Send Alert Telegram n8n node.Telegram Trigger n8n trigger activates when a user sends a message to the specified bot.AI Data Analyst n8n node acts as a conversational agent.Pinecone Search Tool (which relies on Embeddings OpenAI1 to embed the user query) to perform semantic search against the stored reviews.Send a text message n8n node.Every Sunday at 11pm n8n trigger runs the Empty Namespace (Keep DB) HTTP Request node to clear the Pinecone namespace, followed by a Telegram confirmation.To deploy this n8n workflow, follow these steps:
⚠️ CONFIGURATION Set n8n node series (1, 2, and the primary one) to include your specific parameters: Chat ID, Google Maps review page link, and the desired Pinecone namespace name.Trigger at midnight, Telegram Trigger, etc.) are activated and the entire n8n workflow is marked 'Active' for automatic execution. Trigger at midnight / When clicking "Execute" (Schedule / Manual n8n trigger): Initiates the daily data retrieval and processing routine.
Telegram Trigger (n8n trigger): Activates the Retrieval Augmented Generation (RAG) query pipeline upon receiving a message, making the n8n workflow interactive.
Start Google Maps Scraper / Get Dataset Results (HTTP Request n8n node): Handles communication with the external scraping API to fetch the latest Google reviews.
Log data (Google Sheets n8n node): Archives the raw scraped review data into a spreadsheet for long-term record-keeping.
Loop Over Items (Split In Batches n8n node): Critical flow control to iterate through potentially large sets of reviews one by one or in small batches for controlled AI analysis and ingestion.
AI Review Analyst (LangChain Agent n8n node): Performs highly structured sentiment analysis and review summarization using a configured language model and output parser, a key component of this n8n workflow.
Embeddings OpenAI / Embeddings OpenAI1 (LangChain Node): Generates vector embeddings of the review content and user queries, essential for the semantic search capabilities of the n8n templates.
Pinecone Ingest / Pinecone Search Tool (LangChain Vector Store n8n node): Manages the vector database. Pinecone Ingest stores the vector data, while the Pinecone Search Tool enables the AI agent to retrieve relevant context during a RAG query.
AI Data Analyst (LangChain Agent n8n node): The RAG engine that utilizes the Pinecone knowledge base to answer user questions sent via Telegram, showcasing advanced n8n templates functionality.
Send Alert / Send a text message (Telegram n8n node): Provides real-time notifications for critical review findings and sends responses generated by the AI Data Analyst.
Use this powerful n8n workflow template to monitor Gmail, filter important emails using keywords, and generate concise, Telegram-ready summaries using GPT-4o-mini.

Use this advanced n8n workflow to monitor GitHub repositories, translate new release notes into Chinese using Gemini AI, and instantly notify your team via Slack. Get started with these n8n templates.

Use this robust n8n workflow to monitor critical financial and registration events for German companies via the Implisense API. This powerful n8n template is ideal for B2B sales intelligence and risk management.

Deploy this advanced n8n workflow to monitor Instagram competitor performance automatically. This n8n templates solution fetches posts, calculates engagement, uses Claude AI for strategic analysis, and sends instant alerts via Email and WhatsApp.


If you want to discuss integration with other systems, please reach out to our dedicated support email: [email protected]







































