---
title: "Create new comment on a work order"
method: POST
path: "/workorders/{id}/comments"
tags: ["Work Orders"]
---

# Create new comment on a work order

`POST /workorders/{id}/comments`

## Path parameters

- `id` integer, required

## Query parameters

- `skipWebhook` boolean

## Request body

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

## Response `201`

Successfully created the comment

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

## Other responses

- `400` — Failed to create the comment
- `401` — Invalid token
- `404` — Could not find the specified Work Order.

---

[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)
