Parker Simpson
Parker Simpson

Reputation: 13

Start a conversation with a user Botkit

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

Answers (1)

Peter Swimm
Peter Swimm

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

Related Questions