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

# Create new message in a conversation

`POST /conversations/{id}/messages`

## Path parameters

- `id` integer, required

## Query parameters

- `skipWebhook` boolean

## Request body

- object
  - `content` string, required — Content of the message to post

## Response `201`

Successfully created the message

- object
  - `id` number, required — Global ID of the message

## Other responses

- `400` — Failed to create the message
- `401` — Invalid token
- `404` — Could not find the specified conversation.

---

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