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

Send messages with Buttons or List do not working

Open fabiojsjr opened this issue 1 year ago • 2 comments

What I´m doing wrong?

The Code is 200 but I do not receive the message

{ "chatId": "[email protected]", "contentType": "Buttons", "content": { "body": "Seja bem vindo a W7 Tecnologia!", "buttons": [ { "body": "button 1" } ], "title": "Seja bem vindo a W7 Tecnologia!", "footer": "Seja bem vindo a W7 Tecnologia!" } }

------- LIST -------------------- { "chatId": "[email protected]", "contentType": "List", "content": { "body": "Seja bem vindo a W7 Tecnologia!", "buttonText": "Seja bem vindo a W7 Tecnologia!", "sections": [ { "title": "sectionTitle", "rows": [ { "id": "customId", "title": "ListItem2", "description": "desc" }, { "title": "ListItem2" } ] } ], "title": "Seja bem vindo a W7 Tecnologia!", "footer": "Seja bem vindo a W7 Tecnologia!" } }

fabiojsjr avatar Apr 11 '24 19:04 fabiojsjr

Same here !!!!

jamessantos000 avatar Apr 13 '24 03:04 jamessantos000

I checked on whastapp-web.js sending button and list is not supported

firmanalams avatar Apr 16 '24 05:04 firmanalams