You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used an action_message to trigger a dialog. My app calls "dialog.open"
Problem: I need to generate a working trigger_id for the normal slack web API to work with dialogs. This is a REQUIREMENT for dialogs. How on earth do I do that?
The text was updated successfully, but these errors were encountered:
I'm looking at some updates to this lib, including adding support for dialogs. When I first built slack-mock the only interaction was buttons, so I have some refactoring to do and features to add. If you have ideas in the mean time I'm happy to review pull requests.
hi hi I need to somehow check to see if this happens properly:
https://api.slack.com/dialogs
I used an action_message to trigger a dialog. My app calls "dialog.open"
Problem: I need to generate a working trigger_id for the normal slack web API to work with dialogs. This is a REQUIREMENT for dialogs. How on earth do I do that?
The text was updated successfully, but these errors were encountered: