---
title: "send_button_message"
method: POST
path: "/{instance_id}/api/v1/send_button_message"
---

# send_button_message

`POST /{instance_id}/api/v1/send_button_message`

Envia uma mensagem de texto com até três botões **(indisponível temporariamente)**

## Path parameters

- `instance_id` string, required

## Request body

- object
  - `number` string, required — Número do WhatsApp do destinatário (ex: `62953907197`)
  - `message` string, required — Mensagem a ser enviada. Emojis são permitidos. (ex: `Bom dia! 😉`)
  - `buttons` object[], required — Array com até três strings, indicando o título do botão. Ex.: [ { "id": "1", "text": "Comercial" }, { "id": "2", "text": "Suporte" }]
    - `id` string, required — Id do botão
    - `text` string, required — Texto do botão
  - `title` string — Título da mensagem de botão
  - `footer` string — Rodapé da mensagem de botão.

## Response `200`

200

- object
  - `message` string
  - `resposeMessage` object
    - `id` string
    - `timestamp` string
  - `status` boolean

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

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