rougeth / bottery

[DEVELOPMENT-HALTED] :battery: A bot framework with batteries included
MIT License
342 stars 51 forks source link

Support for webhooks #136

Open nicoddemus opened 6 years ago

nicoddemus commented 6 years ago

It is usually useful for bots to be able to receive webhooks from other systems so they can interact with them, for example GitHub itself.

Some examples:

Those are just some of the examples, the possibilities to integrate with external systems are really limitless.

rougeth commented 6 years ago

We already have support for webhooks 🎉 Actually supporting Messenger required webhooks to work. So to implement integration with other platforms that needs webhook should be something *easy* to do.

But, I need to give more thoughts about Bottery as a simple bot (or not a chatbot) framework.

nicoddemus commented 6 years ago

We already have support for webhooks

Oh I must have missed that. Do we have documentation for that?

Also, can my bot implement a webhook, or instead platforms can use webhooks for communication? This issue is related to the former.

But, I need to give more thoughts about Bottery as a simple bot (or not a chatbot) framework.

Yeah, I'm always thinking about using bots for development, not really for chatting, so this suggestion might not be aligned with the vision of the project, sorry about that. 😁