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
While it is now possible to handle responses to simple message buttons that we send directly to the user, the same is not possible if we send buttons as part...
i am able to successfully SendText and SendVideo, however bot.sendSticker, using the url of a webp file fails: try{ await bot.sendSticker(from, msgUrl); console.log(`sticker sent`); res.status(200).send('Sticker Sent'); }catch(err){ console.log(`get/sendsticker error:`,err); res.status(200).send({message:'Error...
how can I get conversation.id to know if a message within the current 24 hour window or newly created window?