---
title: "Create Credentialing Note"
method: POST
path: "/credentialing-workflows/{id}/notes"
tags: ["credentialing-workflows"]
---

# Create Credentialing Note

`POST /credentialing-workflows/{id}/notes`

Creates a new note associated with the specified credentialing workflow.

      ### Functionality
      - Adds a user-generated note to a credentialing workflow.
      - Useful for internal communication, tracking decisions, or annotating the process.
      - The note will be associated with the given workflow ID.

## Path parameters

- `id` string, required

## Headers

- `organization-id` string

## Request body

- CreateNoteDto
  - `message` string, required

## Response `201`

Note has been successfully created.

## Other responses

- `400` — Bad request. Invalid input data.
- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Workflow not found for given ID.

---

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