NotesManager
May 27, 2026 ยท View on GitHub
Convert content to Box Note
Creates a Box Note (.boxnote file) from supported source content. See the content_format field for supported formats.
This operation is performed by calling function createNoteConvertV2026R0.
See the endpoint docs at API Reference.
await client.notes.createNoteConvertV2026R0({
content: markdownContent,
contentFormat: 'markdown' as NotesConvertRequestBodyV2026R0ContentFormatField,
parent: new FolderReferenceV2026R0({ id: '0' }),
name: noteName,
} satisfies NotesConvertRequestBodyV2026R0Input);
Arguments
- requestBodyInput
NotesConvertRequestBodyV2026R0Input- Request body of createNoteConvertV2026R0 method
- optionalsInput
CreateNoteConvertV2026R0OptionalsInput
Returns
This function returns a value of type NotesConvertResponseV2026R0.
The note was created successfully.