---
title: "Send Whatsapp Interactive List Message"
method: POST
path: "/whatsapp/message/interactive-list"
tags: ["Outgoing Messages"]
---

# Send Whatsapp Interactive List Message

`POST /whatsapp/message/interactive-list`

Send Whatsapp Interactive List Message

## Request body

- SendWhatsappInteractiveListMessageDto
  - `from` string, phone — The phone number from which the message is sent, with the country code
  - `to` string, phone, required — The phone number to which the message is sent, with the country code
  - `messageId` string — Message ID (UUID v4) to be used for the message. If not provided, a random UUID v4 will be generated
  - `content` SendInteractiveListMessageContentDto, required
    - `header` string — The header text to be sent
    - `body` string, required — The body of the message to be sent
    - `footer` string — The footer text to be sent
    - `button` string, required — The button for opening the list
    - `sections` SendInteractiveListMessageSectionDto[], required — Array of sections to be sent
      - `title` string — The title of section to be displayed
      - `rows` SendInteractiveListMessageRowDto[], required — Array of sections to be sent
        - `id` string, required — A unique identifier
        - `title` string, required — The title of row to be displayed
        - `description` string — The description of row to be displayed

## Response `201`

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized

---

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