The purpose of this API is to create a private post in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/v2/addStream |
OAuth Scope: | zohopulse.feedList.CREATE |
Request Method: | POST |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | Network in which the stream is to be posted. Can be obtained from the network list API. | Required |
partitionID | It can be either group or user's wall. The id can be obtained from the partition API. | Optional |
streamContent | Private message to be posted. | Required |
streamTitle | Title for the post. | Optional |
linkURL | Link URL to be shared. | Optional |
linkDesc | Description for the link. | Optional |
linkTitle | Title of the link URL. | Optional |
linkImage (Optional) | Image URL to be shared. | Optional |
fileIds (Optional) | Multiple file IDs should be separated by a comma. Upload files using upload files API, and then use the file IDs. You can add up to 10 files to a post. | Optional |
isPrivate (Required) | Se this as true. | Required |
streamMembers (Optional) | Add the user IDs of members you want to share this message with. Separate multiple IDs using a comma. | Optional |
streamGroups (Optional) | Add the IDs of groups you want to share this message with. Multiple Group IDs should be separated by a comma. | Optional |
Creating a private post and adding members to it:
Sample URL
Copied
Sample Response
Copied
Show full
Show less
Creating a private post and adding links to it:
Sample URL
Copied
Sample Response
Copied
Show full
Show less