wppconnect-team / wppconnect

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination
https://wppconnect.io
Other
1.86k stars 328 forks source link

Interactive messages #2327

Closed phillipnunes closed 3 weeks ago

phillipnunes commented 3 weeks ago

Is it possible to send interactive messages using this library? Like a menu with options? Here is what I mean: https://developers.facebook.com/blog/post/2022/11/21/sending-interactive-messages/

image

Thanks for the support!

icleitoncosta commented 3 weeks ago

Can you use listMessage

phillipnunes commented 3 weeks ago

Can you use listMessage

This one @icleitoncosta ? https://wppconnect.io/wppconnect/classes/Whatsapp.html#sendListMessage

icleitoncosta commented 3 weeks ago

Can you use listMessage

This one @icleitoncosta ?

https://wppconnect.io/wppconnect/classes/Whatsapp.html#sendListMessage

Yeah, is it

But in the next release of wppconnect, buttons are back, and you can use that too

phillipnunes commented 3 weeks ago

Ok, thanks @icleitoncosta