whatsappcloudapi_wrapper
whatsappcloudapi_wrapper copied to clipboard
An easy way to build Whatsapp Chatbots on top of the new Whatsapp Cloud API
Hi, that wrapper is an great start point to start with WhatsApp API, thanks. But why are yours own pull requests are hanging?
There is one in the facebook documentation, but how to use it here? ``` "type": "button", "index": "0", "sub_type": "url", "parameters": [ { "type": "text", "text": "1Z999AA10123456784" } ] ```
Radio Buttons action text is hard coded. #14
For the Radio Buttons action text is hard coded in index.js at line no 435. ` button: 'Select a product',` ``` let samples = { messaging_product: 'whatsapp', recipient_type: 'individual', to:...
Added an option to get url previews in a sent message. This is optional and the default remains false.
Hey @DaggieBlanqx, I completed the function that sends stickers to individual recipients. However, I did not get the chance to test it since I have issues with my access_token. If...