Send messages with Buttons or List do not working
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!" } }
Same here !!!!
I checked on whastapp-web.js sending button and list is not supported