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

# send_message

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

Envia uma mensagem de texto

## 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! 😉`)
  - `quoted_message_id` string — Opcional. ID da mensagem a ser respondida (ex: `3EB0D2C0DF1DB21406FF`)

## Response `201`

201

- 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)
