Draft AI replies to new Google Business reviews and alert your team

Step 6 of 12

06 / 12HTTP Request

Post an urgent Slack alert for negative reviews

Off the true branch, add an HTTP Request node named Alert Team - Negative that posts to your Slack webhook URL with the review details and the AI's suggested response, flagged clearly as urgent.

The n8n panel for: Post an urgent Slack alert for negative reviews5 things to set here
  1. 1Open the HTTP Request nodedouble-click it on the canvas
  2. 2Methodcopy the value below
  3. 3URLpaste as an expression
  4. 4Body → textpaste as an expression
  5. 5Check before moving onA test negative review posts a clearly flagged alert to your Slack channel.
HTTP Request panel in n8nTap to enlarge
Method
POST
URLexpression
{{ $('Business Configuration').item.json.slackWebhookUrl }}
Body → textexpression
Urgent: Negative Review Alert

Source: {{ $json.source }}
Rating: {{ $json.rating }}/5
Reviewer: {{ $json.reviewerName }}
Review: {{ $json.reviewText }}

Suggested Response:
{{ $json.output }}
Checkpoint
A test negative review posts a clearly flagged alert to your Slack channel.