-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle multiple views? #21
Comments
@dblock could you help me please? |
Usually I run this locally with ngrok, first thing to check is whether you get any notification from Slack, then whether you get any |
Yes, I get that from slack but the action file (actions/start_new_modal.rb) is not triggered at all. Only the default action is triggered. If I don't add the |
The code that parses the payload is here: https://github.com/slack-ruby/slack-ruby-bot-server-events/blob/master/lib/slack-ruby-bot-server-events/api/endpoints/slack/actions_endpoint.rb. Looks like it only supports |
Hi, seems like views_open is not catching up callback_ids, can you help me with that?
The text was updated successfully, but these errors were encountered: