Append to a pad
append_to_documentAdd text to the end of a collaborative pad without changing existing content or disrupting concurrent edits, keeping all contributions intact while extending the document.
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 |