howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.39k stars 2.28k forks source link

How to use Slack socket mode with Botkit? #2177

Closed vmaligireddy closed 2 years ago

vmaligireddy commented 2 years ago

May I know how to use the Slack socket mode with the Botkit library? Slack socket mode - https://api.slack.com/apis/connections/socket

benbrown commented 2 years ago

In order to do this, you would need to build a custom adapter that handles the socket connections.

benbrown commented 2 years ago

You can look at any of the adapter packages in the repo for an example.

vmaligireddy commented 2 years ago

Thanks for the details @benbrown. That helps!

Any plans on Botkit supporting this from the Slack adapter?