Skip to main content
POST
curl
Post a plain-text note. To attach a file, first upload it with POST .../notes/presign/ and pass the returned s3_key in attachments.

Authorizations

x-api-key
string
header
required

Path Parameters

organization_id
string<uuid>
required

Organization UUID.

application_id
string<uuid>
required

Application UUID.

case_uuid
string<uuid>
required

Case UUID.

Example:

"c1a5e000-0000-4000-8000-000000000001"

Body

application/json
comment
string
required
mentioned_emails
string<email>[]
is_internal
boolean
default:false
attachments
object[]

s3_key values returned by POST notes/presign/; each must belong to this case.

tags
string[]

Response

201 - application/json

Note created.

uuid
string<uuid>
comment
string
actor_email
string<email> | null
actor_name
string | null
mentioned_emails
string<email>[]
is_internal
boolean
attachments
object[]
tags
string[]
created_at
string<date-time>