Messages
Send action buttons
Send messages with action buttons (call, URL, quick reply)
POST
Overview
Method for sending messages with action buttons. There are three button types:- CALL — Button to call a phone number
- URL — Button to open a link
- REPLY — Quick reply button
The response structure is identical to Z-API. Your existing code that processes these returns will continue working without changes.
Authorizations
Secret Key generated in the Hub Message Security panel
Body
application/json
Recipient phone number (country code + area code + number)
Example:
"5511999999999"
Message text
List of action buttons
Message title
Message footer
Delay in seconds before sending (1-15)
Required range:
1 <= x <= 15