---
title: "➡️ Send Buttons"
method: POST
path: "/send-message/button"
---

# ➡️ Send Buttons

`POST /send-message/button`

This endpoint enables users to send interactive messages with buttons to specified WhatsApp users, providing a dynamic way to engage recipients directly within the chat. The button-based interactions streamline responses and enhance user experience, making it a powerful tool for customer service systems, automated response workflows, and interactive marketing campaigns. Ideal for gathering quick feedback, confirming orders, or guiding users through step-by-step processes, this feature seamlessly integrates with applications to support efficient, actionable messaging.

## Request body

- object
  - `contact_id` string, required — The contact id
  - `message` string, required
  - `footer` string — A footer message
  - `buttons` object[]
    - `type` string, required — Type available : reply, call, copy, url
    - `text` string, required
    - `value` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `status` string
    - `message` string
    - `footer` string
    - `buttons` object[]
      - `name` string
      - `buttonParamsJson` string
    - `timestamp` string

## Other responses

- `400` — 400

---

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