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

# Send List

`POST /message/sendList/{instance}`

Send List

## Path parameters

- `instance` string, required

## Request body

- object
  - `number` string — Number to receive the message (with country code)
  - `options` object
    - `delay` integer — Presence time in milliseconds before sending message
    - `presence` 'composing' | 'recording' — Presence type to show
  - `listMessage` object
    - `title` string — List title
    - `description` string — List description
    - `buttonText` string — Button text
    - `footerText` string — Footer text
    - `sections` object[]
      - `title` string — Section title
      - `rows` object[]
        - `title` string — Row title
        - `description` string — Row description
        - `rowId` string — Row ID

## Response `201`

Created

- object
  - `key` object — The key of the message, which identifies the message in the chat.
    - `remoteJid` string — The remote Jid.
    - `fromMe` boolean — Indicates whether the message was sent by the user.
    - `id` string — The ID of the message.
  - `message` object, required — The message content, which may include various types of messages like text, images, list, etc.
    - `listMessage` object — Details of the list message.
      - `title` string — The title of the list message.
      - `description` string — The description of the list message.
      - `buttonText` string — The text of the button in the list message.
      - `listType` string — The type of the list.
      - `sections` object[] — The sections in the list message.
        - `title` string — The title of the section.
        - `rows` object[]
          - `title` string — The title of the row.
          - `description` string — The description of the row.
          - `rowId` string — The ID of the row.
      - `contextInfo` object — Additional context information.
  - `messageTimestamp` string — The timestamp of the message, represented as a string.
  - `status` string — The status of the message, such as sent, received, or pending.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api/versions/00c3876a43bd/schema)
