@uneiotech/elisa_whatsapp
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Elisa WhatsApp

Elisa Whatsapp is a library to dealing with the comunication bettween channels and server.

#Installation

npm i @uneiotech/elisa_whatsapp

const config = { apiKey: , url : }

const elisaWhatsApp = new ElisaWhatsApp(config)

#How to send message

const message = { numberTo:"099999999999", type:"text", message:"My first message" }

elisaWhatsApp.sendMessage(message).then(res =>{ console.log("Response",res) }) .catch(err=>{ console.log("Error", err) }) console.log("Elisa whatsApp")

Package Sidebar

Install

npm i @uneiotech/elisa_whatsapp

Weekly Downloads

0

Version

1.0.9

License

ISC

Unpacked Size

58.9 kB

Total Files

28

Last publish

Collaborators

  • buchos92