---
title: "Send a message to a lead"
method: POST
path: "/lead/{leadId}/send-message"
tags: ["Lead"]
---

# Send a message to a lead

`POST /lead/{leadId}/send-message`

## Path parameters

- `leadId` string, required

## Request body

- SendMessageInputDto
  - `body` string, nullable

## Response `200`

Success

- SendMessageResultDto
  - `messageId` string, nullable

---

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