Add a page
journal-add-pageAppends a new text page to a Foundry VTT journal using the provided HTML content and page name, preserving the HTML exactly as sent.
Instructions
Add a new text page at the end of a journal, with the HTML stored as sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML content, stored as sent. | |
| name | Yes | Name of the new page. | |
| journalId | Yes | Id of the journal, from list-journals. |