Skip to main content

Interactive list messages

Updated: Nov 3, 2025 Interactive list messages allow you to present WhatsApp users with a list of options to choose from (options are defined as rows in the request payload): When a user taps the button in the message, it displays a modal that lists the options available: Users can then choose one option and their selection will be sent as a reply: This triggers a webhook, which identifies the option selected by the user. Interactive list messages support up to 10 sections, with up to 10 rows for all sections combined, and can include an optional header and footer.

Request Syntax

Use the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages endpoint to send an interactive list message to a WhatsApp user.

Request parameters

Example request

Example request to send an interactive list message with a header, body, footer, and two sections containing two rows each.

Example response

Webhooks

When a WhatsApp user selects an option and sends their message, a messages webhook is triggered identifying the ID (id) of the option they chose.
Did you find this page helpful? Thumbs up icon Thumbs down icon ON THIS PAGE Request Syntax Request parameters Example request Example response Webhooks