---
title: "createMessage - Create a message in a conversation"
method: POST
path: "/conversations/{conversationId}/messages"
tags: ["Conversations"]
---

# createMessage - Create a message in a conversation

`POST /conversations/{conversationId}/messages`

<div class="extension-title">Description</div>

Use this API to create a new message to the customer in a conversation.

<div class="api-description-extension">
</div>

## Path parameters

- `conversationId` string, required

## Response `202`

Message creation initiated

- ConversationActionIdResponse
  - `action_id` string, required — Unique identifier of the action. Use `getConversationActionStatus` to retrieve the result of your request.

## Other responses

- `400` — Bad request
- `404` — Conversation not found

---

[API](https://skmtc.net/mirakl/apis/mirakl-connect-apis.md) · [All operations](https://skmtc.net/mirakl/apis/mirakl-connect-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mirakl/mirakl-connect-apis/revisions/cc009fec5cdd/schema)
