Closed synth closed 1 year ago
Hey @synth -- this sounds great!
I haven't made much use of modals via Slack Apps. Is ConversationSelect
the only element which can have a response_url_enabled
parameter? Or can this be generalised to all input blocks?
It seems these new parameters make sense only for some block elements. In particular,
conversations_select
is missing response_url_enabled
and default_to_current_conversation
multi_conversations_select
is missing default_to_current_conversation
channels_select
is missing response_url_enabled
Thanks @CGA1123 and @rinasergeeva !
According to: https://api.slack.com/surfaces/modals/using#modal_response_url, blocks can pass through
response_url_enabled
to get a response_url which enables best practice usage of ephemeral messages. This seems like a basic adding and passing of a parameter in:Happy to submit a PR.