---
title: "Sends a button message (deprecated)"
method: POST
path: "/api/messages/sendButtons"
tags: ["messages"]
---

# Sends a button message (deprecated)

`POST /api/messages/sendButtons`

Sends a button message (deprecated)

## Request body

- object
  - `to` string, required — Recipient chat ID
  - `body` union, required — Message body or location
    - string
    - unknown
  - `buttons` unknown[], required — Array of buttons (max 3)
    - unknown
  - `title` string — Message title
  - `footer` string — Message footer

## Response `200`

Successful response

- union
  - object
    - `_serialized` string, required
  - boolean

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/open-wa/apis/open-wa-api.md) · [All operations](https://skmtc.net/open-wa/apis/open-wa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-wa/open-wa-api/versions/2f344d03d2a9/schema)
