Create Work Order Note

Add a note (comment) to a specific work order.

Notes are stored as internal comments linked to the work order. They trigger the same notification and feed pipeline as comments created in the Coperniq UI.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

work_order_idstringRequired

Request

This endpoint expects an object.
bodystringRequired1-5000 characters
Note text content (1–5000 characters). Mention (@) tokens are supported in the body string using the format `[Display Name|~id:USER_ID]` (users), `[Team Name|~team:TEAM_ID]` (teams, notifies all members), or `[Name|~agent:slug]` (AI agents). The display-name portion is cosmetic; the trailing token drives the mention. A valid mention creates a feed notification for the mentioned recipient(s). The author is excluded from their own mention notifications, so mention a different user than the one the API key authenticates as to test.
fileIdslist of integersOptional

Optional array of file IDs (previously uploaded) to attach to the note.

replyToIdintegerOptional
ID of the note to reply to. Creates a threaded reply on the parent note.

Response

Note created successfully
idinteger
Note identifier
notestring
Note text content
createdAtstringformat: "date-time"
ISO 8601 creation timestamp
updatedAtstringformat: "date-time"

ISO 8601 last-updated timestamp

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error