Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Releases: trustpilot/slack-trustpilot

Small improvements

21 Dec 09:29
e79d746
Compare
Choose a tag to compare
Merge pull request #23 from trustpilot/small-improvements

Small improvements

Fix OAuth return call

14 Dec 11:27
a3a4068
Compare
Choose a tag to compare
Merge pull request #22 from trustpilot/fix-oauth-flow

Fix oauth flow

Closing #18

13 Dec 13:35
f00c0d4
Compare
Choose a tag to compare
Merge pull request #21 from trustpilot/gracefully-handle-failed-replies

Gracefully handle failed replies

New reply dialog

08 Dec 11:35
bd33106
Compare
Choose a tag to compare

Reworked the reply flow to use a fancy new dialog.
Cosmetic fixes.

First stable release

10 May 13:29
Compare
Choose a tag to compare

This release is intended as a locked and stable version of the Slack-Trustpilot app, for use by the hosted version in Trustpilot Labs. It's the recommended code for production use.

Notable changes since our initial release in Labs include:

  • Moving away from RTM and Events API. The app now only uses slash commands, interactive messages and custom webhooks.
  • Using the node-trustpilot API client to easily talk to Trustpilot APIs.
  • Bug fixes on the reply feature.