1.11.0 • Published 3 years ago

smbpnode v1.11.0

Weekly downloads
201
License
MIT
Repository
-
Last release
3 years ago

Botpress node client

Backend botpress client for Node.js

Installation

npm install botpress or yarn add botpress

Usage

import { Botpress } from 'botpress'

const bp = new Botpress('http://YOUR_BOTPRESS_URL', 'YOUR_BOTPRESS_API_KEY')
const bot = bp.forBot('YOUR_BOT_ID')

const conversation = await bp.conversations.create('test-user')
const message = await bot.messages.send(conversation.id, bot.render.text('Hello I am a bot!'))
1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago