v1
latestSwagger 2.02026-07-1791478483.9 KBSend Message
Send a list message
Send an interactive list message (single-select) rendered as a tappable menu.
Required body fields: number, title, description, footerText, buttonText, sections. Each section must contain one or more rows. When rowId is omitted, the server generates a fallback ID. When buttonText is empty, the server falls back to "Ver Menu".
Uses legacy ListMessage format (no ViewOnceMessage wrapper) so it renders on iOS, Android and WhatsApp Web.
post/send/list
Request body
Example request
{
"buttonText": "Abrir cardapio",
"delay": 1200,
"description": "Escolha o plano ideal para voce",
"footerText": "Evolution GO",
"number": "5582988898565",
"sections": [
{
"rows": [
{
"description": "R$ 29,90/mes",
"rowId": "plan_basic",
"title": "Plano Basico"
}
],
"title": "Planos"
}
],
"title": "Nossos planos"
}Response
success
GinH required