1.0.5 • Published 2 years ago

meta-whatsapp-api v1.0.5

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

Installation

npm install --save meta-whatsapp-api

How to Use

Sending Messages

import {WhatsappAPI} from "meta-whatsapp-api";


const wp = new WhatsappAPI({
    fromPhoneNumberId: "<from-phone-number-id>", // required
    accessToken: "<access-token>", // required
})

await wp.sendTextMessage("<phone-number-to-send>", "<plain-message>");
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