---
title: "Add note to message"
method: POST
path: "/inboxmessage/{uuid}/notes.json"
tags: ["Inbox"]
---

# Add note to message

`POST /inboxmessage/{uuid}/notes.json`

Adds a note to an inbox message

## Path parameters

- `uuid` string, uuid, required

## Request body

- AddNoteRequest
  - `note` string, required

## Response `201`

Note added successfully

- SuccessResponse
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request - Empty note

## Changes

- **2026-01-08** `3999cf7e5b40` — 2 info
  - the security scope `publish_inbox` was added to the endpoint's security scheme `oauth2`
  - the security scope `manage_inbox` was removed from the endpoint's security scheme `oauth2`

[Change history](https://skmtc.dev/servicem8/apis/servicem8-api/changes/inboxmessage/:uuid/notes.json/post.md)

---

[API](https://skmtc.dev/servicem8/apis/servicem8-api.md) · [All operations](https://skmtc.dev/servicem8/apis/servicem8-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/servicem8/servicem8-api/revisions/53ede60e3653/schema)
