SDK Quick Start
This is the SDK documents for the developers
Last updated
This is the SDK documents for the developers
Last updated
We have three types of SDK for
Get or Create Key
SDK for initialize at DMTP and create new DMTP key
SDK for retrieve DMTP key from our DB
Send messages
SDK for sending messages from frontend
Connect other SNS
SDK for connect other SNS account to DMTP
Node.js: This SDK recommends using Node.js v12.0.0 or higher. Install Node.js from .
npm: npm, the package manager for Node.js, is installed along with Node.js. We recommend using npm v6.0.0 or higher. To check your version, run npm -v
in your terminal.
React: This SDK assumes React v17.0.0 or higher. To add React to your project, run npm install react
and npm install react-dom
in your terminal.
or