Skip to main content
POST
Create a new note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Body

application/json

Note object that needs to be created

title
string
Example:

"Team Note"

transcript
string | null
transcripts
object[]
user_notes
string | null
Maximum string length: 102400
is_public
boolean | null
attendees
(object | null)[]

List of initial attendees to add. Assumes all fields of MeetingParticipant are set (Meaning all participants are Superthread members).

Maximum array length: 100
metadata_date
integer<int64> | null

unix timestamp in seconds

Example:

1608742037016

metadata_time
integer<int64> | null

unix timestamp in seconds

Example:

1608742037016

google_calendar_event
object

Response

note created

note
object