krilor / wp-chatbot

Simple Wordpress Plugin to add any chatbot to your web page
GNU General Public License v3.0
18 stars 17 forks source link

Add communication through webhook and Push API #11

Open krilor opened 7 years ago

krilor commented 7 years ago

Possible use case: 1) A chatbot SaaS does not provide a REST api with a synchronous chat response, it only has webhook based communication.

2) A chatbot SaaS gives the customer the ability to "step in" as the bot and continue in the conversation. This will require a exposed webhook because synchronous response is impossible

krilor commented 7 years ago