I'm using Botkit to create a bot for slack. I was wondering if it was possible to start a conversation using bot.startConversation()
with a specific user using their user ID or channel ID.
Asked
Active
Viewed 683 times
0

Parker Simpson
- 13
- 4
1 Answers
1
Take a look at this, you would need to know both the user and channel ids: https://github.com/howdyai/botkit/issues/422#issuecomment-250930793

Peter Swimm
- 111
- 1
- 4