---
title: "Sends an advanced button message with media (deprecated)"
method: POST
path: "/api/messages/sendAdvancedButtons"
tags: ["messages"]
---

# Sends an advanced button message with media (deprecated)

`POST /api/messages/sendAdvancedButtons`

Sends an advanced button message with media (deprecated)

## Request body

- object
  - `to` string, required — Recipient chat ID
  - `body` union, required — Message body, location, or media
    - string
    - unknown
  - `buttons` unknown[], required — Array of advanced buttons (max 3)
    - unknown
  - `text` string, required — Message text
  - `footer` string, required — Message footer
  - `filename` string, required — Filename if body is a file

## 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)
