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

---

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