Slack interactive messages not firing
See original GitHub issueVersion
4.9.3
Describe the bug
I have followed the tutorial on setting up a Slack channel on my bot, which is using ABS https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-slack?view=azure-bot-service-4.0&tabs=abs
I have used a Choice Prompt, to display some buttons using the HeroCard ListStyle. The choices renders correctly, however, when I click them, no requests are comming into my webserver.
To Reproduce
Steps to reproduce the behavior:
- Add a simple choice prompt with HeroCard ListStyle
- Add the slack channel to ABS following the guide here https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-slack?view=azure-bot-service-4.0&tabs=abs
- Follow the optional step and enable Interactive messages
- When clicking on the buttons in slack, no api request is firing on the bot’s webserver
Expected behavior
I would expect the buttons fires a request on the webserver
Additional context
I have also created a SO post, where I in detail show the configurations I have made from the Slack channel tutorial. https://stackoverflow.com/questions/62790848/slack-interactive-message-not-triggering-post-request-on-my-bot
[bug]
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Slack interactive message not triggering Post request on ...
I'm working on a bot using the Microsoft Bot Framework. I'm trying to get it up and running on Slack, and got blocked...
Read more >Interactive messages not working after enabling oauth ...
I have a slash command that replies with an interactive message with a button. When I developed the app using the workspace's bot...
Read more >Error troubleshooting
Troubleshooting errors can be tricky between your development environment, the Slack CLI, and those encountered when running your code.
Read more >Creating an interactive message
Interactive messages are messages containing interactive Block Kit elements. Send interactive messages to users to collect dynamic input from users, ...
Read more >Handling user interaction in your Slack apps
If your app received an interaction payload after an interactive component was used inside of a message, you can use response_url to update...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@UlrichBodentien The fix is checked in please confirm.
Slack deprecated some of the API methods and trigger an error in Slack Channel. The fix is on its way.