howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.49k stars 2.29k forks source link

Feature to start conversations with users without being messaged first #1314

Closed dmccrevan closed 6 years ago

dmccrevan commented 6 years ago

A use case for a chat bot could be to message a user first based on some event being triggered. Example could be trivia questions would be sent out to a list of users who signed up for the trivia game.

As of right now the only way to do this I have found is through this: #89

Could there be a more elegant way to do this?

peterswimm commented 6 years ago

Also take a look at https://github.com/howdyai/botkit/issues/422