Append to a pad
append_to_documentAppend text to the end of a collaborative pad while preserving all concurrent edits. Use a leading newline to start a new line.
Instructions
Appends text to the end of a pad, leaving everything else — including concurrent edits — untouched. The text is appended verbatim; include a leading newline to start a new line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the pad, the part after # in its URL | |
| text | Yes | Text to append verbatim |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | Shareable; anyone with it can read and edit. | |
| note | Yes | ||
| characters | Yes | Length of the pad after the write, in codepoints. | |
| appended_characters | Yes |