Explore Example Channel Connector Apps

You can find these working examples of apps that use the channel connector framework in the examples directory of einstein-bot-channel-connector Github repo.

The UI connector has a rest controller to quickly test the bot requests and responses. Follow the instructions in the README file to run the example. After the app is installed, go to http://localhost:8080/bot/tester and provide the required input parameters to test the channel connector framework.

Here is a screenshot of the example app UI.

UI Connector example demo

This is an example app that connects Einstein Bot with Twitter built using the channel connector framework. The bot responds to customer messages in a Twitter thread. Please follow the instructions in the README file to run this app.