Turn 5-Star Trustpilot Reviews Into Social Proof on Slack
When a glowing Trustpilot review comes in, this catches it, cleans it up, and publishes it as social proof to Slack — so your best feedback works for you instead of sitting on a review site.
- 1
Step 1 — Watch for new reviews
Add a trigger for Trustpilot (API,
RSS Feed Trigger, or scheduledHTTP Request) and de-duplicate by review ID. - 2
Step 2 — Keep only the best
Add an
Ifnode so only 4–5 star reviews continue. Optionally use anOpenAInode to trim the quote to its punchiest sentence. - 3
Step 3 — Publish to Slack
Add a
Slacknode. SetResourcetoMessageandOperationtoSend. Choose the channel (e.g.#alerts) and drop the quote and reviewer name, formatted as a testimonial into the message text using expressions like{{ $json.summary }}. Connect your Slack OAuth or bot-token credential.
Frequently asked questions
Do I need permission to repost a review?
Public reviews are generally quotable with attribution, but rules vary by platform and jurisdiction. Attribute honestly, don't edit the meaning, and remove anything on request.
Can I add an image card?
Yes — generate a quote-card image (via an image API) in Step 2 and attach it when posting to Slack for a more eye-catching testimonial.