Reputation: 13
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.
Upvotes: 0
Views: 711
Reputation: 111
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
Upvotes: 1