Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Your Moonbase API key.

Body

application/json

The Note object to create.

body
FormattedText · object
required

The main content of the note.

associations
(CallPointer · object | ItemPointerParam · object | MeetingPointer · object)[]

Link the Note to Moonbase items (person, organization, deal, task, or an item in a custom collection), meetings, or calls.

A reference to a call, meeting, or item to be associated with the note.

Response

Creation succeeded.

The Note object represents a block of text content, often used for meeting notes or summaries.

type
string
required

String representing the object’s type. Always note for this object.

Allowed value: "note"
id
string
required

Unique identifier for the object.

lock_version
integer
required

The current lock version of the note for optimistic concurrency control.

body
FormattedText · object
required

The main content of the note.

created_at
string<date-time>
required

Time at which the object was created, as an ISO 8601 timestamp in UTC.

updated_at
string<date-time>
required

Time at which the object was last updated, as an ISO 8601 timestamp in UTC.

associations
(CallPointer · object | ItemPointer · object | MeetingPointer · object)[]
required

A list of items, meetings or calls this note is associated with.

A reference to a call, meeting, or item associated with the note.

title
string

An optional title for the note.

summary
string

A short, system-generated summary of the note's content.

creator
null | ItemPointer · object

The person that created the note.