---
title: "Create a note for agents"
method: POST
path: "/v2/trips/{tripId}/agent-notes"
tags: ["Trip Notes"]
---

# Create a note for agents

`POST /v2/trips/{tripId}/agent-notes`

Creates a note addressed to the agents assigned for a specific trip. 
Agent notes are used to communicate trip-related information to agents handling the trip, 
such as special instructions, updates made on the booking, or any unresolved issues reported by the traveler.

Use this endpoint to:
- Add a note to a trip so the agents working on it will have all the latest information about the trip.
- Use the optional `pnrId` field in the request body to link a note to a specific PNR within a trip.

## Request body

- CreateAgentNoteRequest — Request for creating a new agent note.
  - `pnrId` string — Pnr ID (optional)
  - `note` string, required — Note message

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

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