Sending Interactive Lists
Last updated
Last updated
Whatsapp offers an API to send lists.
POST
https://gateway.lipachat.com/api/v1/whatsapp/interactive/list
Headers
Content-Type
application/json
apiKey
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].sectionTitle
string
buttons[0].sectionItems[0].id
string
Unique identifier of button in your app. eg 1 or YES_BTN
buttons[0].sectionItems[0].title
string
Text to be displayed to user.
buttons[0].sectionItems[0].description
string
Optional description
Response
Get apiKey from App portal settings tab