Block 1 - Reply to review
- Type / Role
- n8n-nodes-base.googleBusinessProfile - googleBusinessProfile
- Config choices
- Version 1
How it works This workflow automatically handles new Google reviews by generating AI powered replies and deciding how to respond based on rating. Positive reviews are replied to instantly, while lo...
n8n-nodes-base.googlebusinessprofile, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.googlebusinessprofiletrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow automatically handles new Google reviews by generating AI-powered replies and deciding how to respond based on rating. Positive reviews are replied to instantly, while lower ratings are routed for manual approval via Slack. It ensures fast engagement without losing control over sensitive responses. The process runs continuously using a real-time trigger.
Capture new reviews
Fetch New Reviews – Triggers when a new review is posted in Google Business Profile.
Edit Fields – Extracts and formats reviewer name, rating, and review text.
Generate AI response
AI Agent – Creates a contextual, human-like reply based on the review content.
Groq Chat Model – Powers the AI Agent with a language model for response generation.
Decision and response handling
If – Checks if the review rating is positive (4 or 5 stars).
Reply to review – Automatically posts reply for positive reviews.
Send message and wait for response – Sends review + AI reply to Slack for approval if rating is lower.
If1 – Checks whether the Slack response is approved.
Reply to review1 – Posts the approved reply back to Google Business Profile.
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 | Generate and approve Google review replies with Groq AI and Slack |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Ticket Management, AI Summarization |
| Author | Avkash Kakdiya |
| Published | 26 Mar 2026 |
Use the JSON export at /data/workflows/14360/14360.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.
How it works This workflow automatically handles new Google reviews by generating AI powered replies and deciding how to respond based on rating. Positive reviews are replied to instantly, while lo...
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 Ticket Management, AI Summarization use case.