slackrasa

How to integrate Rasa bot on Slack on Multiple Workspace?


Context: I have built a simple rasa bot and integrated it with Slack as per the details provided in the Rasa doc. To share this bot on another Slack workspace, have implemented the Oauth and the bot is thus successfully installed in other workspaces as well.

Issue: The bot only replies to the user in my development Workspace and not in any other. How can I enable this for other workspaces?


Solution

  • I'm one of the Rasa Open Source maintainers.

    The current Rasa Open Source Slack channel implementation doesn't support multiple workspaces. Rasa Open Source enables you to implement and use custom channels which you could use to extend the current (or do a new) implementation of the Slack channel. Would be cool to see this being contributed to the official project or released as an extra library!