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.
5 things to set here- 1Open the HTTP Request node — double-click it on the canvas
- 2Method — copy the value below
- 3URL — paste as an expression
- 4Body → text — paste as an expression
- 5Check before moving on — A test negative review posts a clearly flagged alert to your Slack channel.
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.