ubreddy
ubreddy

Reputation: 875

Multiple Slack channel support for botframework

Currently the botframework allows to register only one slack app.

I have two vendors who would want to use our bot on their slack app... which means two slack apps I need to support.

botframework allows me to register only one slack client today. Is there a way to enable registering more than one slack client for the same bot?

Or, any other way multiple slack workspaces can use the bot?

Upvotes: 1

Views: 346

Answers (1)

Erik Kalkoken
Erik Kalkoken

Reputation: 32698

I think this might be a misunderstanding how Slack apps work.

In general you create one Slack app, which you then install to multiple Slack workspaces. Not the other way around.

According to the official documentation you can link your bot to a Slack app. Which you then can install to both Slack workspaces of your two vendors.

Upvotes: 1

Related Questions