botimize-botkit-middleware
This middleware plugin for Botkit allows you to seamlessly integrate Botimize functionalities into your Botkit bot.
Setup
-
Create a free account at Botimize to get an API key.
-
Install this middleware plugin with
npm
:npm install --save botimize-botkit-middleware
Usage
-
Use API key to create a new botimize and middleware objects:
const botimize = '<YOUR-API-KEY>' 'facebook';const botimizeBotkit = botimize; -
Setup Botkit middleware:
const controller = botkit;controllermiddlewarereceive;controllermiddlewaresend;