---
title: "Send a buttons message"
method: POST
path: "/message/sendButtons/{instance}"
tags: ["Message"]
---

# Send a buttons message

`POST /message/sendButtons/{instance}`

Sends an interactive buttons message (reply type) or PIX payment

## Path parameters

- `instance` string, required

## Request body

- DtoSendButtonsRequest
  - `buttons` DtoSendButtonsRequestButton[], required
    - `currency` string — PIX fields
    - `displayText` string, required
    - `id` string
    - `key` string
    - `keyType` string
    - `name` string
    - `type` 'reply' | 'pix', required
  - `delay` integer
  - `description` string, required
  - `footer` string
  - `number` string, required
  - `title` string

## Response `200`

OK

- DtoSendButtonsResponse
  - `instanceId` string
  - `key` DtoMessageResponseKey
    - `fromMe` boolean
    - `id` string
    - `remoteJid` string
  - `messageTimestamp` integer
  - `messageType` string
  - `status` string

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/verbeux-ai/apis/whatsmiau-api.md) · [All operations](https://skmtc.net/verbeux-ai/apis/whatsmiau-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verbeux-ai/whatsmiau-api/versions/5af3cb49985a/schema)
