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

# Send Reply

`POST /send-reply`

Envia um arquivo para um número de telefone.

## Request body

- SendReplyRequest
  - `phone` string, required
  - `message` string, required
  - `messageId` string, required
  - `isGroup` boolean, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

## Changes

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

[Change history](https://skmtc.dev/wppconnect-team/apis/wppconnect-api-rest/changes/send-reply/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)
