v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Notes

Create Note

Creates a new note in the specified chat.

post/team-messaging/v1/chats/{chatId}/notes

Path parameters

chatIdstring required

Internal identifier of a chat to create a note in

Request body

titlestring required

Title of a note. Max allowed length is 250 characters

bodystring

Contents of a note; HTML markup text. Max allowed length is 1048576 characters (1 Mb).

Response

OK

idstring

Internal identifier of a note

titlestring

Title of a note

chatIdsstring[]

Internal identifiers of the chat(s) where the note is posted or shared.

previewstring

Preview of a note (first 150 characters of a body)

status'Active' | 'Draft'

Note publishing status. Any note is created in 'Draft' status. After it is posted it becomes 'Active'

creationTimestring date-time

Creation time

lastModifiedTimestring date-time

Datetime of the note last update

type'Note'