Concept
This endpoint allows you to reply to an action button, simulating a user click on one of the options previously sent via send-button-actions.
Only buttons of type REPLY can be answered. Other button types do not support replies via API.
The button must have been previously sent and the button ID must be obtained via the message received webhook.
Attributes
Your instance ID. Available in the Z-API panel under Instances.
Your Z-API instance token.
Required
Phone number (or group ID) in the format COUNTRY CODE + AREA CODE + NUMBER. Example: 551199999999
ID of the REPLY-type button. This ID is obtained via the message received webhook.
ID of the message that contains the previously sent buttons.
Request Body
{
"phone": "5511999999999",
"responseTemplateButtonId": "1",
"messageId": "D241XXXX732339502B68"
}
Response
200
Added for Zapier compatibility, it has the same value as messageId
{
"zaapId": "3999984263738042930CD6ECDE9VDWSA",
"messageId": "D241XXXX732339502B68",
"id": "D241XXXX732339502B68"
}
405
Make sure you are using the correct HTTP method (POST).
415
Make sure to include the Content-Type: application/json header.