Skip to content

MauKirim/WhatsappAPI-SDK

Repository files navigation

MauKirim - A simple whatsapp api for sending messages over whatsapp

Version Last Commit

Installation

$ npm install maukirim-whatsapp-sdk

Usage

  1. Register on MauKirim use Promo Code MAUKIRIM2023 to get free credits
  2. Create new instance on MauKirim and pairing your whatsapp number
  3. Generate your API Key on detail instance page
  4. 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);
    });
};

About MauKirim

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.

Contact

About

maukirim.com Whatsapp API SDK for NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published