79268852

Date: 2024-12-10 15:44:21
Score: 1.5
Natty:
Report link

FYI at least as of December 2024 you absolutely can use the Events API to implement slash commands. You still set up the Slash Command on your Slack App via Settings -> Slash Commands. Use the events URL as the Request URL like /slack/events. If you are using bolt.js, you can listen for slash commands using app.command()

https://tools.slack.dev/bolt-js/concepts/commands

Bolt.js will handle the verification for you.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kyle Evans