Post a comment
create_commentPost a markdown comment on a Wiki.js page, optionally as a reply to another comment. The comment is attributed to the authenticated service account.
Instructions
Posts a comment on a page, optionally as a reply to another. The comment is attributed to the account the API key belongs to, which is usually a service account rather than a person — say so in the text if that matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment body, in markdown. | |
| page_id | Yes | Page id the comment belongs to. | |
| reply_to | No | Comment id this replies to. |