Slack Apps created using the CLI can only be managed through the CLI
I’m trying to setup an app which is a replica of this sample app. It works great when I do slack run
using the the Slack Deno SDK (Slack CLI v2.9.0). However, when I do slack deploy
, it doesn’t work as expected.
Slack Next Generation Platform in message event listener
I was developing a bot using the Slack next-generation platform. which will take messages from the app and send them to targeted channels. But I am not able to assign a channel ID for the user or app chat channel. Because the app chat channel ID is different for each user, is there any way to add an event listener?