Create item comment
plaky_create_item_commentAdd a comment to a Plaky item. Optionally set repliesToId to post as a reply to an existing comment.
Instructions
Add a comment to an item. Set repliesToId to post the comment as a reply to an existing comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text. | |
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| repliesToId | No | Id of the comment this is a reply to. |