i want to know about how an interactive button in slack works with the help of botkit,any one show one simple example with the above combination and that will more helpful for me.
Asked
Active
Viewed 289 times
1 Answers
0
Did you see this example in the docs? https://github.com/howdyai/botkit/blob/master/examples/slack/slackbutton_bot_interactivemsg.js

Peter Swimm
- 111
- 1
- 4
-
Is Interactive buttons and message only works in slack enterprise edition? – Midhun KM Sep 12 '17 at 12:31
-
controller.on('interactive_message_callback', function(bot, message) {} at which time they hit this function? – Midhun KM Sep 13 '17 at 04:51