mention app to do action
See original GitHub issueDescription
Hi ,
I’m using bolt v1.5 to create slack app with home tab . I need when user mentions my app (ex: @my_app) it replies with an interactive message for list of commands used . I tried to implement app_mention event but it didn’t work (the event is not firing ) although i added app_mention:read at Bot Token scopes permissions . Am i missing something at permissions or i’m using the wrong event ?
Regards , Marwa
Describe your issue here.
What type of issue is this? (place an x
in one of the [ ]
)
- bug
- enhancement (feature request)
- question
- documentation related
- testing related
- discussion
Requirements (place an x
in each of the [ ]
)
- I’ve read and understood the Contributing guidelines and have done my best effort to follow them.
- I’ve read and agree to the Code of Conduct.
- I’ve searched for any related issues and avoided creating a duplicate issue.
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version:
node version:
OS version(s):
Steps to reproduce:
Expected result:
What you expected to happen
Actual result:
What actually happened
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
mention app to do action · Issue #414 · slackapi/bolt-js - GitHub
5 to create slack app with home tab . I need when user mentions my app (ex: @my_app) it replies with an interactive...
Read more >5 Mention Integrations for More Powerful Monitoring
5 integrations that make Mention more powerful · 1. RSS · 2. Facebook, Twitter, & Instagram · 3. Slack · 4. Zapier ·...
Read more >How To Automate Social Media Listening With Mention App?
Mention allows you to react within seconds to alerts, as well as retweet, like, share, and Buffer mentions from within the dashboard. You...
Read more >Mention is a great social media monitoring tool - RazorSocial
Mention is a web and social media monitoring tool. Monitoring what people say about you or your business online is crucial. It helps...
Read more >The 12 Best Android To Do List Apps - Zapier
Any.do (Android, iPhone and Android, Web). Best Android to do app for people who forget to use to do apps. Any.do for Android....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Glad you got it working @MarwaAbuEssa 🙌
oh, sigh, I hadn’t subscribed to the
app_mention
event 🤦 - now fixed.Now I am getting the
message
andapp_mention
events through when someone @-mentions my bot and my event is firing. Awesome!I’ll leave this here in case it helps anyone else!