---
title: "Add messages to a booking"
method: POST
path: "/v1/reservation/booking/{id}/messages"
tags: ["Reservations"]
---

# Add messages to a booking

`POST /v1/reservation/booking/{id}/messages`

Add one or more messages for a specific booking.

## Path parameters

- `id` integer, required

## Request body

- LodgifyMessagingLegacyPublicApiModelsCreateBookingMessageDto[]
  - `subject` string, nullable — Subject of the Booking/enquiry message
  - `message` string, nullable — Content of the message
  - `type` 'Owner' | 'Comment' | 'Renter'
  - `send_notification` boolean — When Type is Owner, send a notification to guest via Email if configured in the recipient. If booking source is an external channel the message will be pushed. Settled to False by default for backward compatibility.
  - `message_id` string, uuid — The unique idempotent identifier of the message. If not provided, a new Guid will be generated.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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