---
title: "Send an List Message to an User"
method: POST
path: "/rest/sendMessage/{instance_key}/listMessage"
tags: ["SendMessageController"]
---

# Send an List Message to an User

`POST /rest/sendMessage/{instance_key}/listMessage`

## Path parameters

- `instance_key` string, required

## Request body

- object
  - `messageData` SendListMessageInteractive
    - `to` string
    - `buttonText` string
    - `text` string
    - `title` string
    - `type` string
    - `mediaUrl` string
    - `gifPlayback` boolean
    - `description` string
    - `sections` ListSection[]
      - `title` string
      - `rows` ListRow[]
        - `title` string
        - `description` string
        - `rowId` string

## Response `200`

Success

---

[API](https://skmtc.net/megaapi/apis/documentation-megaapi.md) · [All operations](https://skmtc.net/megaapi/apis/documentation-megaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/megaapi/documentation-megaapi/versions/09ca1205343e/schema)
