Interactive Messages
Send List
Sends a message with a list of options (menu). Supported on WhatsApp, Z-API, and ZapperAPI.
POST
/
messages
/
interactive
/
send-lists
Sends a message with a list of options (menu). This is supported on WhatsApp, Z-API, and ZapperAPI channels.
Request Body
The API uses a dynamic schema to reconstruct sections and rows from the flat request body.
agentId: The ID of the agent.conversationId: The ID of the conversation.header_text: (Optional) Header text (max 60 chars).body_text: Main message body (max 4096 chars).footer_text: (Optional) Footer text (max 60 chars).button_text: Text for the button that opens the list (max 20 chars).list_title: (Optional) Title for the list (mainly for Z-API).section_N_title: Title for section N (e.g.,section_1_title).section_N_row_M_id: ID for row M in section N.section_N_row_M_title: Title for row M in section N.section_N_row_M_description: (Optional) Description for row M in section N.
Example
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
agentId
string
requiredThe ID of the agent.
conversationId
string
requiredThe ID of the conversation.
header_text
string
Optional header text.
body_text
string
requiredMain message body.
footer_text
string
Optional footer text.
button_text
string
requiredText for the button that opens the list.
list_title
string
Title for the list (mainly for Z-API).
Was this page helpful?

