1.0.8 • Published 2 years ago

nodejs-whatsapp-cloud-bot v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Nodejs-whatsapp-bot

A NodeJs library that conneects to the new Whatsapp cloud API. https://www.npmjs.com/package/nodejs-whatsapp-cloud-bot

To use, run

npm install nodejs-whatsapp-bot

or

yarn add nodejs-whatsapp-bot

Sample usage

Send a Text message

const { Whatsapp } = require('nodejs-whatsapp-cloud-bot');

const bot = new Whatsapp(WHATSAPP_ID, WHATSAPP_TOKEN);
const target_phone_number = "123xxxx";

bot.send_text(target_phone_number, "Hello.....\nTesting text messaging feature")
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago