# Create Credentialing Note 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. Endpoint: POST /credentialing-workflows/{id}/notes Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `message` (string, required) ## Response 201 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields