Create Comment

In creating a standard text comment, you need to specify the following parameters:

  • referenceType - possible values are 'content' and 'post'.

  • referenceId - ID of the post/content that you want to add the comment

  • data - comment body

Refer to Comment reference type for a more detailed explanation of the referenceType parameter.

A comment should not exceed 20,000 characters in length.

Follow the below code to reply to a comment.

Last updated