Create note
twenty_create_noteCreate a note. title is required; body holds the note content. (Attaching to records via noteTargets is out of scope.) Twenty REST: POST /rest/notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The note content/body. | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| title | Yes | The note title (required). |