1.1.4 • Published 2 years ago

whatsapp-cloud-api.js v1.1.4

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

JavaScript Style Guide GitHub license npm

JavaScript Style Guide

whatsapp-cloud-api.js

This is a full implementation of official WhatsApp Cloud API

Installation

The module is now available on npm!

npm i --save whatsapp-web.js

Example usage

const { WhatsAppCloudApi } = require('whatsapp-web.js');

const wAPI = new WhatsAppCloudApi({
  appToken: 'xxxxxx'
});

wAPI.sendMessage({
  type:'text',
  to: {
    phoneNumber: '1xxxxx'
  },
  from: {
    phoneNumberId: 'xxxxx'
  },
  message:{
    body: 'Hello World'
  }
})

Supported features

FeatureStatus
Send text messages

Something missing? Make an issue and let us know!

Contributing

Pull requests are welcome! If you want something you'd like to add, please do. For drastic changes, please open an issue first.

Disclaimer

This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with WhatsApp or any of its subsidiaries or its affiliates. The official WhatsApp website can be found at https://whatsapp.com and official documentation for Meta can be found at https://developers.facebook.com/docs/whatsapp/cloud-api. "WhatsApp" as well as related names, marks, emblems and images are registered trademarks of their respective owners.

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

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