Skip to main content
POST
Add a note to a donation

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The donation's ID.

Body

application/json

Send body, or body_blocks for a note written as a document. With body_blocks, the text of the note is made from them and body is ignored.

body
string

The note, as plain text. Required unless you send body_blocks.

body_blocks
object[]

The note as a document: paragraphs, lists, headings, quotes, rules, tables and images, each a block with a type.

Maximum array length: 200

Response

The note.

id
string
author_person_id
string | null

Who wrote it. A note added with a key names the person who made the key.

body
string

The note's text, always, even when it was written as a document.

body_blocks
object[] | null

The document, when it was written as one.

created_at
string<date-time>