SDKs
Last updated
Last updated
Kindly offers an SDK's for node.js to help you get started with your Kindly integration using the Application API. The SDK currently do not implement the full Kindly Application API.
We have a simple JavaScript-library on , perfect for node applications.
Just install it in your project:
npm install kindly-js --save
... and start using it:
We'll POST
the bot reply to the webhook you specified when setting up the application.
Check out .