Skip to main content
POST
Send list

Request

Send a message with an interactive list that users can open to see multiple options organized in sections.
string
required
Name of the instance

Body parameters

string
required
Recipient’s WhatsApp number with country code (e.g., “5511999999999”)
string
required
Main title text of the message
string
Description text shown in the message body
string
required
Text displayed on the button that opens the list
Footer text displayed at the bottom
array
required
Array of section objects containing rows
number
Delay in milliseconds before sending

Response

object
Message key information
object
List message details

Example request

Notes

  • List messages can contain multiple sections
  • Each section can have multiple rows (up to 10 rows per section recommended)
  • Use the rowId to identify which option was selected in webhook events
  • The list appears as a menu when the user taps the button
Lists are ideal for:
  • Product catalogs
  • Service menus
  • FAQ categories
  • Navigation menus
List messages are only supported on WhatsApp versions that support interactive messages. Older clients may not render the list properly.