Chaitnya Joshi
Chaitnya Joshi

Reputation: 47

Is there a way to display pop-up messages in slack?

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

Answers (1)

Erik Kalkoken
Erik Kalkoken

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

Related Questions