---
title: "Send Interactive List Message"
method: POST
path: "/api/v1/sendInteractiveListMessage"
tags: ["Messaging"]
---

# Send Interactive List Message

`POST /api/v1/sendInteractiveListMessage`

## Query parameters

- `whatsappNumber` string, required

## Request body

- ListMessage
  - `body` string, nullable
  - `footer` string, nullable
  - `header` string, nullable
  - `sections` ListMessageSection[], nullable
    - `rows` ListMessageSectionRow[], nullable
      - `title` string, nullable
      - `description` string, nullable
    - `title` string, nullable
  - `buttonText` string, nullable

## Response `200`

Send Interactive List Message success

- object
  - `ok` boolean — Indicates whether the interactive list message was sent successfully.

---

[API](https://skmtc.dev/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.dev/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/revisions/dee16d2c7d41/schema)
