Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
451 stars 243 forks source link

Buttons are not working in slack bot #273

Open KoradaRajesh opened 3 years ago

KoradaRajesh commented 3 years ago

I have created a slack app under one workspace and the bot responding properly buttons are also working. Later I have distributed the slack app into another work space it means the app we can use in two workspaces. Now in the distributed workspace only buttons are not working.

martinlarosa commented 3 years ago

Sorry to hijack but how did you make it work with multiple workspaces. I'm using this api through the botbuilder-dotnet slack adapter but it doesn't seem to have the code to do the multiple workspaces

KoradaRajesh commented 3 years ago

I'm not using any adapter I'm just distributing app into multiple work spaces installing it in organisation level but I'm facing issue like buttons are not working once go through the below links https://api.slack.com/enterprise/apps/changes-apis and https://api.slack.com/enterprise/apps/changes-install#opt

williamcajina commented 3 years ago

How did you get button clicks to work, I send some buttons and it shows the button in slack but its not raising any events when I click it