Skip to main content

The Note object

Notes can be created inside conversations to help your team store private information visible only by team members. Clients can't see notes.

Attributes

author
string
expandable
ID of the user that created the note.
content
string
Content of the note.
conversation
string
ID of the message conversation.
created_at
string
Time at which the note was created.
format
enum
The note format. One of text, html.
id
string
Unique identifier for the note.
updated_at
string
Time at which the note was last updated.
The Note object
{
"author": "u_c01bb6102b6ddadd4b1f020e",
"content": "The note content",
"conversation": "convr_1lbg89ha9ttb5dmxuldku3nx",
"created_at": "2024-01-23T23:09:00+00:00",
"format": "text",
"id": "msg_3447589816730d8ba4e50528",
"updated_at": "2024-01-23T23:09:00+00:00"
}