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

Step 7 of 12

07 / 12HTTP Request

Post a celebration message for positive reviews

Off the false branch, add an HTTP Request node named Notify Team - Positive posting to the same Slack webhook, but with a celebratory tone for good reviews.

The n8n panel for: Post a celebration message for positive 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 positive review posts a friendlier message to the same Slack channel.
HTTP Request panel in n8nTap to enlarge
Method
POST
URLexpression
{{ $('Business Configuration').item.json.slackWebhookUrl }}
Body → textexpression
New Positive Review

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

Suggested Response:
{{ $json.output }}
Checkpoint
A test positive review posts a friendlier message to the same Slack channel.