whatsapp-cloud-api icon indicating copy to clipboard operation
whatsapp-cloud-api copied to clipboard

A Node.js library for creating bots and sending/receiving messages using the Whatsapp Cloud API

Results 24 whatsapp-cloud-api issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

help wanted

how can I get conversation.id to know if a message within the current 24 hour window or newly created window?