Note Object
Fields
The fields in this section list which values can be retrieved when querying Note records.
Account)
The account.
ISO8601Timestamp!)
The date and time at which the note was created.
ID!)
Unique identifier of the object.
InboundEmail)
The inbound email from which the note was created.
Boolean)
Whether the notes is internal or not.
NoteMedium)
The medium used to add the note. Valid values are:
-
default: the note was manually added by a person, or automatically using the REST, Import or GraphQL API. -
email: the note was added by the Mail API -
outbound_email: the note was created via the "Send Email" action -
system: the note was generated by the system -
redacted: the note was deleted by an account administrator -
automation: the note was added by an automation rule
Person)
Person who added this note.
String)
Text of this note.
NoteVisibility)
Visibility of this note.
Connections
The connection fields in this section allow (paged) access to objects related to a specific Note record.
The actual objects will be in the nodes field of the connection.
NoteReactionConnection)
The note reactions belonging to this note.
| Argument | Type | Description |
|---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
AttachmentConnection)
Files and inline images linked to the Text field.
| Argument | Type | Description |
|---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Implements
Note implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a Note.