---
title: "Post msg(Send new msg)"
method: POST
path: "/communication/conversations/{conversationId}/send-message"
tags: ["Inbox Conversations"]
---

# Post msg(Send new msg)

`POST /communication/conversations/{conversationId}/send-message`

Owners conversations do not support airbnb2 module type, messages that sent with platform module type will be sent through Email.

## Path parameters

- `conversationId` string, required

## Request body

- object
  - `module` object, required
    - `type` string, required — `sms`, `email`, `note`, `log`, `whatsapp`, `airbnb2`
    - `to` unknown[]
      - unknown
    - `cc` unknown[]
      - unknown
    - `bcc` unknown[]
      - unknown
  - `body` string, required — The message itself

## Response `200`

OK

- object
  - `status` number
  - `data` object
    - `module` object
      - `to` unknown[]
        - unknown
      - `cc` unknown[]
        - unknown
      - `bcc` unknown[]
        - unknown
      - `templateValues` unknown[]
        - unknown
      - `type` string
    - `from` object
      - `type` string
      - `fullName` string
    - `isFromMigration` boolean
    - `_id` string
    - `body` string
    - `attachments` unknown[]
      - unknown
    - `conversationId` string
    - `createdAt` string
    - `__v` number

---

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