---
title: "Create a note for a facility credentialing workflow"
method: POST
path: "/facility-credentialing-workflows/{workflowId}/notes"
tags: ["Facility Note"]
---

# Create a note for a facility credentialing workflow

`POST /facility-credentialing-workflows/{workflowId}/notes`

Creates a new note for the specified facility credentialing workflow

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- CreateNoteRequest
  - `message` string, required

## Response `201`

Successfully created the note

- NoteResponse — Response containing note information
  - `id` string — Unique identifier for the note
  - `workflowId` string — ID of the associated credentialing workflow
  - `data` NoteData — Note data containing message content
    - `message` string, required — The message content of the note
  - `createdBy` string — ID of the user who created the note
  - `createdByName` string — Full name of the user who created the note
  - `updatedBy` string — ID of the user who last updated the note
  - `updatedByName` string — Full name of the user who last updated the note
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Facility credentialing workflow not found
- `500` — Internal Server Error - An unexpected error occurred

---

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