Publishes a new comment on a content item or content group. This tool enables you to post comments on behalf of a user account to engage with content across various platforms.
Name | Type | Required | Description |
---|---|---|---|
user_account_id | string | Yes* | The ID of the user account to publish the comment from |
platform_account_id | string | Yes* | The platform account ID (alternative to user_account_id) |
content_id | string | No** | The ID of the content to comment on |
content_group_id | string | No** | The ID of the content group to comment on |
parent_id | string | No | The ID of the parent comment (for replies) |
text | string | Yes | The text content of the comment |
user_account_id
or platform_account_id
must be provided.content_id
or content_group_id
must be provided.
content_id
or a content_group_id
to specify where the comment should be posted.parent_id
parameter.