Sending Buttons
🔒 WhatsApp 24-Hour Session Rule
Before sending buttons, make sure the WhatsApp session with the user is active.
If the user has not messaged your business within the last 24 hours, WhatsApp requires the first message to be a template message.
After the customer replies, the 24-hour session opens and you may send button messages using this API. For sandbox testing, send your join code to the sandbox number to activate your session. Learn more
WhatsApp offers an API to send quick reply buttons to users. You can send up to a maximum of three buttons. To send more, consider using Sending Interactive Lists

POST https://gateway.lipachat.com/api/v1/whatsapp/interactive/buttons
Headers
Content-Type
application/json
apiKey
Get apiKey from App portal settings tabhttps://app.lipachat.com/app/settings
Body
messageId
string
A unique identifier for the message. This will be used to track the message status and for deduplication purposes.
message
string
The message being sent.
from
string
Sandbox number +254110090747 or your own WABA phone number.
to
string
Receiver phone number. It should start with a country code.
buttons[0].id
string
Unique identifier of button in your app. eg 1 or YES_BTN
buttons[0].title
string
Text to be shown on button
Response
Last updated