---
title: "Send a note message"
method: POST
path: "/api/public/whatsapp/message/note/send"
tags: ["WhatsApp Message"]
---

# Send a note message

`POST /api/public/whatsapp/message/note/send`

Send a note message to a given phone number.

## Headers

- `x-api-key` string, required

## Request body

- SendNoteDto
  - `contact_name` string
  - `meta_data` object, required
  - `stage_id` string
  - `to_phone` string, required
  - `from_phone` string, required
  - `note` string, required
  - `agent_id` string

## 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/versions/e206709d4be5/schema)
