$ npm install maukirim-whatsapp-sdk
- Register on MauKirim use Promo Code
MAUKIRIM2023
to get free credits - Create new instance on MauKirim and pairing your whatsapp number
- Generate your API Key on detail instance page
- Use your API
import {UseWhatsapp} from 'maukirim-whatsapp-sdk';
const whatsapp = UseWhatsapp({
token: "xxxxxxxxxxxxxxxxxxxxxx",
});
const handleSendTest = () => {
whatsapp.request("62xxxxx", "Hello World").then((res) => {
console.log("Status", res);
});
};
Simple API for sending messages over whatsapp. No need to install whatsapp on your server. Just use our API and you can send messages over whatsapp. With low cost and easy to use.