SlackView: Slack Bot opening Modals
Overview Modals are popup dialogs that collect structured input from users. They appear as an overlay on top of Slack’s interface and can contain text inputs, date pickers, checkboxes, radio buttons, and more. Unlike messages that flow passively through a channel, modals are interactive forms that your Bot presents to a user and then processes when submitted. If you are familiar with Slack Bolt, you have probably opened modals using client.views_open(). In Bolt Python you would write: ...