The example in readme shows how the createServer looks like:
const server = createServer(bot, {
verifyToken: '__FILL_YOUR_VERIFY_TOKEN_HERE__',
webhookMiddleware: chatbaseMiddleware(bot, {
apiKey: '__FILL_YOUR_CHATBASE_KEY_HERE__',
platform: 'Facebook',
}),
});
https://github.com/bottenderjs/bottender-chatbase#example
Though in chatbase doc I can only find apiKey, but can't find verifyToken https://chatbase.com/documentation/quickstart
The example in readme shows how the
createServerlooks like:https://github.com/bottenderjs/bottender-chatbase#example
Though in chatbase doc I can only find apiKey, but can't find verifyToken https://chatbase.com/documentation/quickstart