---
title: "Add an opportunity note"
method: POST
path: "/opportunities/{opportunityId}/notes"
tags: ["Opportunity API:Notes"]
---

# Add an opportunity note

`POST /opportunities/{opportunityId}/notes`

## Path parameters

- `opportunityId` string, uuid, required

## Request body

- AddOpportunityNoteCommand
  - `text` string, required
  - `createdBy` SubmitUserModel — The user creating the note if not the authenticated user.<br /> Specify either userId or email.
    - `userId` integer, nullable
    - `email` string, nullable

## Response `200`

Requested opportunity note

- CreatedOpportunityNoteModel
  - `opportunityNoteId` integer

## Other responses

- `422` — Validation error

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
