“Hi friends, I have a Maytapi account. I’m trying to send a message with buttons to clients using a POST request. The POST request goes through and I receive a response, but the client doesn’t receive the message with buttons. When I change the message type to text, it works fine. I’ve checked the parameters and headers as per Maytapi’s documentation, but the button message isn’t working as expected.”
If you need further assistance with troubleshooting this,
{
“to_number”: “9889xxxxx”,
“type”: “buttons”,
“message”: “testing !”,
“buttons”: [
{
“id”: “!response 1”,
“text”: “Test Button 1”
},
{
“id”: “!response 2”,
“text”: “Test Button 2”
},
{
“id”: “!response 3”,
“text”: “Test Button 3”
}
],
“duration”: 3
}
Cherridev cherritech is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.