Append to a page
journal-append-pageAppend HTML chunks to the end of a journal page, enabling large content to be added incrementally in pieces.
Instructions
Append HTML to the end of a text page. Meant for content too large for one message: create the page with the first part, then append the rest in pieces of about 40000 characters. The pieces are joined as sent, so cut them between tags. Returns the new length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | The HTML piece to append. | |
| pageId | Yes | The text page to append to. | |
| journalId | Yes | Id of the journal, from list-journals. |