---
title: "Send a message"
method: POST
path: "/api/public/web-whatsapp-message/send/{phoneId}/message"
tags: ["public/web-whatsapp-message"]
---

# Send a message

`POST /api/public/web-whatsapp-message/send/{phoneId}/message`

Send a specific message to a given phone number.

## Path parameters

- `phoneId` string, required

## Query parameters

- `stage` string
- `x-api-key` string, required
- `message` string

## Request body

- union
  - object
  - string, binary
  - object

## Response `201`

Message sent successfully.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.

---

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