---
title: "Send Message"
method: POST
path: "/send-message"
tags: ["Send Message"]
---

# Send Message

`POST /send-message`

Envia uma mensagem de texto para um número de telefone.

## Request body

- SendMessageRequest
  - `phone` string, required
  - `message` string, required
  - `isGroup` boolean, required
  - `options` object

## Response `201`

Created

## Other responses

- `400` — Bad Request

## Changes

- **2022-07-21** `5384d2ef4ae9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wppconnect-team/apis/wppconnect-api-rest/changes/send-message/post.md)

---

[API](https://skmtc.dev/wppconnect-team/apis/wppconnect-api-rest.md) · [All operations](https://skmtc.dev/wppconnect-team/apis/wppconnect-api-rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wppconnect-team/wppconnect-api-rest/revisions/5384d2ef4ae9/schema)
