---
title: "Send a list message"
method: POST
path: "/message/sendList/{instance}"
tags: ["Message"]
---

# Send a list message

`POST /message/sendList/{instance}`

Sends an interactive list message with selectable options

## Path parameters

- `instance` string, required

## Request body

- DtoSendListRequest
  - `buttonText` string
  - `delay` integer
  - `description` string, required
  - `footerText` string
  - `number` string, required
  - `sections` DtoSendListRequestSection[], required
    - `rows` DtoSendListRequestRow[], required
      - `description` string
      - `rowId` string, required
      - `title` string, required
    - `title` string
  - `title` string

## Response `200`

OK

- DtoSendListResponse
  - `instanceId` string
  - `key` DtoMessageResponseKey
    - `fromMe` boolean
    - `id` string
    - `remoteJid` string
  - `messageTimestamp` integer
  - `messageType` string
  - `status` string

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/verbeux-ai/apis/whatsmiau-api.md) · [All operations](https://skmtc.net/verbeux-ai/apis/whatsmiau-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verbeux-ai/whatsmiau-api/versions/5af3cb49985a/schema)
