Append to note
append_to_noteAppend plain text to an existing Apple Note without altering its current content. Get a clear error if the note is password protected.
Instructions
Append plain text to an existing note's body. Never replaces existing content. Fails with a clear error if the note is password protected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the note to append to. | |
| text | Yes | Plain text to append. Each line becomes one paragraph. |