Comment on Content
repliz_create_content_commentPost a comment on a piece of content or reply to an existing comment by providing content ID, account ID, and text.
Instructions
Post a comment on a piece of content, or reply to an existing comment by passing commentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The comment text. | |
| accountId | Yes | The account id posting the comment. | |
| commentId | No | Reply to this comment id instead of the post. | |
| contentId | Yes | The content id to comment on. |