kakada / chatfuel

0 stars 2 forks source link

chatfuel-rails is a small rails app communicate with chatfuel to build interactive chatbot.

How it works?

  1. First, user communicate with chatbot in facebook page
  2. Chatfuel will collect info (user's attributes) that user input and send to our rails app , in this case chatfuel-rails
  3. chatfuel-rails grabs those attributes through rails params, then, process result and response to chatfuel via JSON response
  4. It is possible to redirect to blocks dynamically, base on app logic.

Plugins

Challenge

For more defail,