I'm trying to create a custom slack bot in python with which I intend to have private conversation (direct messages). Looking at the documentation, looks like slack bot has to join a channel. How can i have a 1:1 conversation with the custom slack bot I create?
Asked
Active
Viewed 360 times
1 Answers
0
you can have 1:1 conversation with custom slack bot. In your application, replace the #channel_name
with @user_name
. However, the message will be posted in ♥ slackbot
direct message

Sumeet P
- 144
- 1
- 5