The purpose of this API is to add a comment to a post in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/v2/addComment |
OAuth Scope: | zohopulse.feedList.CREATE |
Request Method: | POST |
Threshold: | 25 requests per user/minute. |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | Network in which the stream is to be posted. You can get this from the network list API. | Required |
streamId | You can get the ID from the stream API. | Required |
parentCommentId | For replies to a comment, the respective comment id has to be given. | Optional |
commentContent | The Maximum character limit allowed for a comment is 10000. We handle three types of mentions: org-group, user, and group mention
Format a post:
| Required |
fileIds | File IDs should be seperated by comma. You can upload files using the upload Files api and then use the file IDs. You can add up to 10 files to a post. | Optional |
Creating Comment:
Sample URL
Copied
Sample Response
Copied
Show full
Show less
Creating Reply:
Sample URL
Copied
Sample Response
Copied
Show full
Show less