I have followed the tutorials and successfully set up my bot app through slack. However, this is only when I communicate with the bot directly using the slack app. I want to call my app within a conversation using slash commands. I have provided the redirect url http://<ngrok_url>/webhooks/slack/webhook
in both the oath permissions and the interactivity sections, as well as the slash command section. Still no luck. How can I integrate the slash commands with my app?
Can anyone hep with enabling slack slash commands?