Skip to main content
POST
Send a private note

Usage

Authorizations

Authorization
string
header
required

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

Path Parameters

request_uid
string
required

The UID (or friendly_id) of the request

Body

application/json
body_markdown
string
required

Content of the note as markdown. Takes precedence over body_text when both are provided.

body_text
string
deprecated

please use "body_markdown" instead

sent_by
string | null

Optional UID of another admin user that should be considered authoring the note

attachments
file[] | null

An attachment file

Response

Created

result
object