Skip to main content

The Note object

Notes can be created inside tasks 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.
task
string
expandable
ID of the message task.
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",
"task": "tsk_225b227c7a59d4c65c2feaed",
"created_at": "2024-01-23T23:09:00+00:00",
"format": "text",
"id": "msg_3447589816730d8ba4e50528",
"updated_at": "2024-01-23T23:09:00+00:00"
}