Skip to content

Instantly share code, notes, and snippets.

View jalcantarab's full-sized avatar
🏗️
Building

Jorge Alcantara Barroso jalcantarab

🏗️
Building
View GitHub Profile
@jalcantarab
jalcantarab / _InbentaChatbotSDKSample.md
Last active May 8, 2023 13:33
Example of Custom Integration of the Inbenta Chatbot SDK

Chatbot SDK Example - Custom Build

Simple example of a functioning chatbot SDK User Interface. All contained in one HTML file. This example is meant to show how to:

  • Customize configuration of the SDK build,
  • Customize the labels to align with your desired language and personality,
  • Customize some CSS to fit your colors and icons,
  • How to use the /auth API method to retrieve the API Token.

If you're looking for a more complex integration, or want to see the JS<>CSS<>HTML separate: GO HERE