isa-bot-sdk

Example of use of the Inbenta Chatbot SDK, and webhooks / callbacks that can be used in the Chatbot

This project is maintained by jalcantarab

isa-bot-sdk

Example of use of the Inbenta SDK, and webhooks defined called from Inbenta’s chatbot management tool. The Webhooks are programmed using Google Apps Script (similar to JS).

For the simplest possible example, please go to This Gist.

For API examples, please check This Other One

Chatbot SDK Example - Custom initialization

Simple example of a functioning chatbot SDK User Interface This example is meant to show how to:

Set up

Either:

Usage

Replace the Secret and API key with a method that retrieves the values server-side. For development, you can replace the values with your credentials.

If you don’t have your API Secret and Key, contact you account manager.

Contributing

If you have useful new methods, webhooks, or better ways of doing what this sample does, please feel free to…

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

v0.0.1 Documentation updated and (some) comments added v0.1.1 Inclusion of customMethods for callbacks and getTranscripts() v0.1.12 First functional version using the createFromAccessToken(). v0.1.27 First Version in Git. v0.1.53 Webhooks ready to be included; Authentication corrected; CSS expanded for webhooks; bug fixes