FlowsCards

WhatsApp List Message Card

Send an interactive list menu on WhatsApp

WhatsApp List Message card configuration

The WA List Message Card sends a scrollable list of selectable options. The flow pauses until the contact picks a row, then routes to the matching branch.

Configuration

SettingDescription
Body textMain message text (required, max 4096 chars)
Button labelText on the CTA button that opens the list (max 24 chars)
HeaderOptional header text (toggle in settings panel, max 60 chars)
FooterOptional footer text (toggle in settings panel, max 60 chars)
RowsUp to 10 selectable items

Row Fields

Each row contains:

FieldLimitDescription
Label24 charsRow title (required)
Description72 charsOptional description text

Connections

  • 1 input port — Receives execution.
  • 1 default output port — Fallback when no row matches.
  • Per-row output ports — Each row creates its own connection handle for branching.

How It Works

  1. The list message is sent with a CTA button.
  2. The contact taps the button to open the list modal.
  3. They select a row.
  4. The flow routes to the branch connected to that row's output port.
  5. If no matching branch is found, the default output is used.

Operations Cost

1 operation per execution.

On this page