Reputation: 47
I am developing a chat bot with slack. I want to display a pop-up message with certain editable fields in slack as a response to query. How can I achieve this functionality?
Upvotes: 2
Views: 259
Reputation: 32852
There is no pop up message feature per se, but you can show a modal window called Dialog with editable fields as response to a query.
Upvotes: 1