---
title: "POST /api/v3.3/messages"
method: POST
path: "/api/v3.3/messages"
tags: ["Messages"]
---

# POST /api/v3.3/messages

`POST /api/v3.3/messages`

Send message by threadUid or leadUid. Email or direct message accepted. To send a direct message, the lead must be from an available direct message channel (VRBO/Booking.com/AirBnb).

## Request body

- MessageCreationApi32Dto
  - `type` 'EMAIL' | 'DIRECT_MESSAGE', required
  - `content` MessageSavingContentApi3Dto, required
    - `subject` string
    - `text` string, required
  - `leadUid` string, required
  - `threadUid` string

## Response `201`

Created

---

[API](https://skmtc.net/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.net/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/versions/8387ad22afc6/schema)
