wikijs_create_comment
Create a new comment on a Wiki.js page using page ID and content. Optionally reply to existing comments or post as a guest.
Instructions
Create a new comment on a page. Requires WIKI_MUTATIONS_ENABLED=true and may need comment posting permissions. confirm is only checked when WIKI_MUTATION_CONFIRM_TOKEN is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must match WIKI_MUTATION_CONFIRM_TOKEN if set. Optional when token is not configured. | |
| pageId | Yes | Page ID to comment on. | |
| content | Yes | Comment content. | |
| replyTo | No | Optional comment ID to reply to. | |
| guestName | No | Guest name (if posting as guest). | |
| guestEmail | No | Guest email (if posting as guest). |