whatsapp-cloud-api
whatsapp-cloud-api copied to clipboard
A Node.js library for creating bots and sending/receiving messages using the Whatsapp Cloud API
Greetings, My MERN **SAAS** app where I'm using this module on the backend nodejs is getting completed. But now I'm not sure on how the backend nodejs is going to...
This PR adds gulp and a couple of its plugins to automate some of the tasks specified in package.json You can then have the option of adding further tasks and...
When 'statuses' field is not null a new event should be triggered with statuses payload. Currently it's being ignored. It can be done adding new 'statuses' event to `PubSubEvents`.
- Added 'Status' types in`createBot.types.ts` according to https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/components - Changed `on` callback parameter to also accept `Status` - Will now publish 'status' and '\' to PubSub when receiving only status...
Hello, I tried to clone this repository to work on adding the status feature. But i cannot seem to get `npm t` running. This is the result ``` FAIL dist/createBot.test.js...
In WhatsApp Business API, you cannot send a freeform text message to a client UNLESS you have initiated a conversation. Initiating a conversation with a client requires either the user...
Hello everyone, is it possible to save an image that the user sends? data: { mime_type: 'image/jpeg', sha256: '7P5nRXlN6yADTMqgDrqzycfaNWsddEQHOtHGN6hZxM4=', id: '5512756692174447' } I don't understand how to do it thanks
Official docs: https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages#reaction-messages
From #19 Add functionality to read the server port from `process.env` Suggested change from #19: ```js // startExpressServer.js line 100 // change const port = options?.port || 3000; // to...