0

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.

1 Answers1

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